We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04d4f4 commit 62178deCopy full SHA for 62178de
src/js/resources/cookie.js
@@ -45,6 +45,7 @@ export function getSafeCookieValuesFn() {
45
'true', 't', 'false', 'f',
46
'yes', 'y', 'no', 'n',
47
'all', 'none', 'functional',
48
+ 'granted', 'done',
49
];
50
}
51
registerScriptlet(getSafeCookieValuesFn, {
0 commit comments