Skip to content

Commit

Permalink
Add decline value to cookie.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed Jan 9, 2025
1 parent e0c4bce commit 7f8c82d
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 7f8c82d

Please sign in to comment.