Add accept/reject to local-storage (#3916)

This commit is contained in:
Fanboynz 2024-05-10 12:51:07 +12:00 committed by GitHub
parent 809a57af05
commit 363ad6795c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1047,6 +1047,8 @@ function setLocalStorageItemFn(
'false', 'true',
'on', 'off',
'yes', 'no',
'accept', 'reject',
'accepted', 'rejected',
'{}', '[]', '""',
'$remove$',
];