mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add checked/unchecked to set-cookie (#3923)
This commit is contained in:
parent
34047daa06
commit
3e2171f550
1 changed files with 1 additions and 0 deletions
|
@ -3848,6 +3848,7 @@ function setCookie(
|
|||
'hide', 'hidden',
|
||||
'essential', 'nonessential',
|
||||
'dismiss', 'dismissed',
|
||||
'checked', 'unchecked',
|
||||
];
|
||||
const normalized = value.toLowerCase();
|
||||
const match = /^("?)(.+)\1$/.exec(normalized);
|
||||
|
|
Loading…
Reference in a new issue