Add decline value to cookie.js (#3933)

This commit is contained in:
Fanboynz 2025-01-11 03:21:19 +13:00 committed by GitHub
parent e0c4bce931
commit 4b12247da1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,6 +46,7 @@ export function getSafeCookieValuesFn() {
'yes', 'y', 'no', 'n',
'all', 'none', 'functional',
'granted', 'done',
'decline', 'declined',
];
}
registerScriptlet(getSafeCookieValuesFn, {