mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 12:11:36 +01:00
Add granted and done cookie values (#3932)
This commit is contained in:
parent
c04d4f4187
commit
62178de756
@ -45,6 +45,7 @@ export function getSafeCookieValuesFn() {
|
||||
'true', 't', 'false', 'f',
|
||||
'yes', 'y', 'no', 'n',
|
||||
'all', 'none', 'functional',
|
||||
'granted', 'done',
|
||||
];
|
||||
}
|
||||
registerScriptlet(getSafeCookieValuesFn, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user