Skip to content

Commit 4b12247

Browse files
authored
Add decline value to cookie.js (#3933)
1 parent e0c4bce commit 4b12247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/resources/cookie.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export function getSafeCookieValuesFn() {
4646
'yes', 'y', 'no', 'n',
4747
'all', 'none', 'functional',
4848
'granted', 'done',
49+
'decline', 'declined',
4950
];
5051
}
5152
registerScriptlet(getSafeCookieValuesFn, {

0 commit comments

Comments
 (0)