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',
|
||||
'ok',
|
||||
'on', 'off',
|
||||
'true', 'false',
|
||||
'true', 't', 'false', 'f',
|
||||
'y', 'n',
|
||||
'yes', 'no',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue