mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add decline value to cookie.js (#3933)
This commit is contained in:
parent
e0c4bce931
commit
4b12247da1
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ export function getSafeCookieValuesFn() {
|
|||
'yes', 'y', 'no', 'n',
|
||||
'all', 'none', 'functional',
|
||||
'granted', 'done',
|
||||
'decline', 'declined',
|
||||
];
|
||||
}
|
||||
registerScriptlet(getSafeCookieValuesFn, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue