1
0
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:
Fanboynz 2024-12-31 02:27:50 +13:00 committed by GitHub
parent c04d4f4187
commit 62178de756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ export function getSafeCookieValuesFn() {
'true', 't', 'false', 'f',
'yes', 'y', 'no', 'n',
'all', 'none', 'functional',
'granted', 'done',
];
}
registerScriptlet(getSafeCookieValuesFn, {