Add all/none in set-local/cookie (#3928)

* Add all/none in set-local/cookie

* Add functional cookie value
This commit is contained in:
Fanboynz 2024-12-17 02:26:36 +13:00 committed by GitHub
parent 9fbc23abfc
commit 791a2b08e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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