Skip to content

Commit

Permalink
Add closed and next values to cookies.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed Jan 24, 2025
1 parent 8629f07 commit a150624
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 @@ -47,6 +47,7 @@ export function getSafeCookieValuesFn() {
'all', 'none', 'functional',
'granted', 'done',
'decline', 'declined',
'closed', 'next',
];
}
registerScriptlet(getSafeCookieValuesFn, {
Expand Down

0 comments on commit a150624

Please sign in to comment.