mirror of https://github.com/gorhill/uBlock.git
Add t/f to set-cookie (#3905)
This commit is contained in:
parent
931187d903
commit
4ab1c36ac9
|
@ -3384,7 +3384,7 @@ function setCookie(
|
||||||
'enabled', 'disabled',
|
'enabled', 'disabled',
|
||||||
'ok',
|
'ok',
|
||||||
'on', 'off',
|
'on', 'off',
|
||||||
'true', 'false',
|
'true', 't', 'false', 'f',
|
||||||
'y', 'n',
|
'y', 'n',
|
||||||
'yes', 'no',
|
'yes', 'no',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue