mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add forbidden/forever values (#3925)
This commit is contained in:
parent
e5d16a1883
commit
4d982d9972
1 changed files with 1 additions and 0 deletions
|
|
@ -1002,6 +1002,7 @@ function getSafeCookieValuesFn() {
|
|||
'enable', 'disable',
|
||||
'enabled', 'disabled',
|
||||
'essential', 'nonessential',
|
||||
'forbidden', 'forever',
|
||||
'hide', 'hidden',
|
||||
'necessary', 'required',
|
||||
'ok',
|
||||
|
|
|
|||
Loading…
Reference in a new issue