Add "closed","next", "mandatory", "agree/disagree" values to cookies.js (#3934)

* Add closed and next values to cookies.js

* Add mandatory to cookie value

* Add disagree/aggree
This commit is contained in:
Fanboynz 2025-02-20 01:36:02 +13:00 committed by GitHub
parent 8629f07138
commit 35a47d674b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,8 @@ export function getSafeCookieValuesFn() {
'all', 'none', 'functional',
'granted', 'done',
'decline', 'declined',
'closed', 'next', 'mandatory',
'disagree', 'agree',
];
}
registerScriptlet(getSafeCookieValuesFn, {