Skip to content

Commit

Permalink
Add decline value to cookie.js (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr authored Jan 10, 2025
1 parent e0c4bce commit 4b12247
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 @@ -46,6 +46,7 @@ export function getSafeCookieValuesFn() {
'yes', 'y', 'no', 'n',
'all', 'none', 'functional',
'granted', 'done',
'decline', 'declined',
];
}
registerScriptlet(getSafeCookieValuesFn, {
Expand Down

0 comments on commit 4b12247

Please sign in to comment.