Add functional cookie value

This commit is contained in:
ryanbr 2024-12-13 03:41:13 +00:00
parent 897ebb5a48
commit 9b7a7968f1

View file

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