mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add "closed","next", "mandatory", "agree/disagree" values to cookies.js (#3934)
* Add closed and next values to cookies.js * Add mandatory to cookie value * Add disagree/aggree
This commit is contained in:
parent
8629f07138
commit
35a47d674b
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ export function getSafeCookieValuesFn() {
|
|||
'all', 'none', 'functional',
|
||||
'granted', 'done',
|
||||
'decline', 'declined',
|
||||
'closed', 'next', 'mandatory',
|
||||
'disagree', 'agree',
|
||||
];
|
||||
}
|
||||
registerScriptlet(getSafeCookieValuesFn, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue