1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

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

View File

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