Skip to content

Commit

Permalink
Add all/none in set-local/cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed Dec 6, 2024
1 parent b3a51d0 commit 897ebb5
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 @@ -44,6 +44,7 @@ export function getSafeCookieValuesFn() {
'on', 'off',
'true', 't', 'false', 'f',
'yes', 'y', 'no', 'n',
'all', 'none',
];
}
registerScriptlet(getSafeCookieValuesFn, {
Expand Down

0 comments on commit 897ebb5

Please sign in to comment.