mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add functional cookie value
This commit is contained in:
parent
897ebb5a48
commit
9b7a7968f1
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export function getSafeCookieValuesFn() {
|
|||
'on', 'off',
|
||||
'true', 't', 'false', 'f',
|
||||
'yes', 'y', 'no', 'n',
|
||||
'all', 'none',
|
||||
'all', 'none', 'functional',
|
||||
];
|
||||
}
|
||||
registerScriptlet(getSafeCookieValuesFn, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue