1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Add allowed/denied to set-local-storage (#3922)

This commit is contained in:
Fanboynz 2024-08-19 01:14:44 +12:00 committed by GitHub
parent 5287f6e029
commit 41c2258f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1102,6 +1102,7 @@ function setLocalStorageItemFn(
'yes', 'no',
'accept', 'reject',
'accepted', 'rejected',
'allowed', 'denied',
'{}', '[]', '""',
'$remove$',
];