Add all/none in set-local/cookie

This commit is contained in:
ryanbr 2024-12-06 07:57:56 +00:00
parent b3a51d0018
commit 897ebb5a48

View file

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