mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Add dismissed to set-cookie (#3921)
This commit is contained in:
parent
2dd591c1d7
commit
76246f2c59
@ -3819,6 +3819,7 @@ function setCookie(
|
||||
'approved', 'disapproved',
|
||||
'hide', 'hidden',
|
||||
'essential', 'nonessential',
|
||||
'dismiss', 'dismissed',
|
||||
];
|
||||
const normalized = value.toLowerCase();
|
||||
const match = /^("?)(.+)\1$/.exec(normalized);
|
||||
|
Loading…
Reference in New Issue
Block a user