Skip to content

Commit

Permalink
Add granted and done cookie values (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr authored Dec 30, 2024
1 parent c04d4f4 commit 62178de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/resources/cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function getSafeCookieValuesFn() {
'true', 't', 'false', 'f',
'yes', 'y', 'no', 'n',
'all', 'none', 'functional',
'granted', 'done',
];
}
registerScriptlet(getSafeCookieValuesFn, {
Expand Down

0 comments on commit 62178de

Please sign in to comment.