mirror of https://github.com/gorhill/uBlock.git
Add accept/reject to local-storage (#3916)
This commit is contained in:
parent
809a57af05
commit
363ad6795c
|
@ -1047,6 +1047,8 @@ function setLocalStorageItemFn(
|
|||
'false', 'true',
|
||||
'on', 'off',
|
||||
'yes', 'no',
|
||||
'accept', 'reject',
|
||||
'accepted', 'rejected',
|
||||
'{}', '[]', '""',
|
||||
'$remove$',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue