mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add dismissed to set-cookie (#3921)
This commit is contained in:
parent
2dd591c1d7
commit
76246f2c59
1 changed files with 1 additions and 0 deletions
|
|
@ -3819,6 +3819,7 @@ function setCookie(
|
||||||
'approved', 'disapproved',
|
'approved', 'disapproved',
|
||||||
'hide', 'hidden',
|
'hide', 'hidden',
|
||||||
'essential', 'nonessential',
|
'essential', 'nonessential',
|
||||||
|
'dismiss', 'dismissed',
|
||||||
];
|
];
|
||||||
const normalized = value.toLowerCase();
|
const normalized = value.toLowerCase();
|
||||||
const match = /^("?)(.+)\1$/.exec(normalized);
|
const match = /^("?)(.+)\1$/.exec(normalized);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue