mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add allowed/denied to set-local-storage (#3922)
This commit is contained in:
parent
5287f6e029
commit
41c2258f91
1 changed files with 1 additions and 0 deletions
|
|
@ -1102,6 +1102,7 @@ function setLocalStorageItemFn(
|
|||
'yes', 'no',
|
||||
'accept', 'reject',
|
||||
'accepted', 'rejected',
|
||||
'allowed', 'denied',
|
||||
'{}', '[]', '""',
|
||||
'$remove$',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue