Skip to content

Commit bdb9986

Browse files
authored
Add hide and hidden to set-cookie (#3918)
1 parent 62fdd8b commit bdb9986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/resources/scriptlets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3785,6 +3785,7 @@ function setCookie(
37853785
'yes', 'y', 'no', 'n',
37863786
'necessary', 'required',
37873787
'approved', 'disapproved',
3788+
'hide', 'hidden',
37883789
];
37893790
const normalized = value.toLowerCase();
37903791
const match = /^("?)(.+)\1$/.exec(normalized);

0 commit comments

Comments
 (0)