1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Add t/f to set-cookie (#3905)

This commit is contained in:
Fanboynz 2023-11-06 10:07:58 +13:00 committed by GitHub
parent 931187d903
commit 4ab1c36ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3384,7 +3384,7 @@ function setCookie(
'enabled', 'disabled',
'ok',
'on', 'off',
'true', 'false',
'true', 't', 'false', 'f',
'y', 'n',
'yes', 'no',
];