mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
Add allowed/denied to set-local-storage (#3922)
This commit is contained in:
parent
5287f6e029
commit
41c2258f91
@ -1102,6 +1102,7 @@ function setLocalStorageItemFn(
|
|||||||
'yes', 'no',
|
'yes', 'no',
|
||||||
'accept', 'reject',
|
'accept', 'reject',
|
||||||
'accepted', 'rejected',
|
'accepted', 'rejected',
|
||||||
|
'allowed', 'denied',
|
||||||
'{}', '[]', '""',
|
'{}', '[]', '""',
|
||||||
'$remove$',
|
'$remove$',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user