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, {