Skip to content

Commit

Permalink
Add granted and done cookie values
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed Dec 30, 2024
1 parent c04d4f4 commit c3d0669
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 c3d0669

Please sign in to comment.