mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add hide and hidden to set-cookie (#3918)
This commit is contained in:
parent
62fdd8b4a4
commit
bdb99862ce
1 changed files with 1 additions and 0 deletions
|
@ -3785,6 +3785,7 @@ function setCookie(
|
|||
'yes', 'y', 'no', 'n',
|
||||
'necessary', 'required',
|
||||
'approved', 'disapproved',
|
||||
'hide', 'hidden',
|
||||
];
|
||||
const normalized = value.toLowerCase();
|
||||
const match = /^("?)(.+)\1$/.exec(normalized);
|
||||
|
|
Loading…
Reference in a new issue