Skip to content

Commit

Permalink
Add all/none in set-local/cookie (#3928)
Browse files Browse the repository at this point in the history
* Add all/none in set-local/cookie

* Add functional cookie value
  • Loading branch information
ryanbr authored Dec 16, 2024
1 parent 9fbc23a commit 791a2b0
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', 'functional',
];
}
registerScriptlet(getSafeCookieValuesFn, {
Expand Down

0 comments on commit 791a2b0

Please sign in to comment.