1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-21 18:02:34 +01:00

Add forbidden/forever values (#3925)

This commit is contained in:
Fanboynz 2024-10-12 01:26:37 +13:00 committed by GitHub
parent e5d16a1883
commit 4d982d9972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1002,6 +1002,7 @@ function getSafeCookieValuesFn() {
'enable', 'disable',
'enabled', 'disabled',
'essential', 'nonessential',
'forbidden', 'forever',
'hide', 'hidden',
'necessary', 'required',
'ok',