mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-17 04:10:53 +01:00
Fixed: Storage issue (#301)
This commit is contained in:
parent
294171707c
commit
454a0de286
@ -74,7 +74,8 @@ options._renderOptionsPanel = function () {
|
||||
'allowedDomainsGoogleFonts': domainAllowedGoogleFonts,
|
||||
'enableLogging': options._optionValues.enableLogging,
|
||||
'domainsManipulateDOM': domainHtmlFilter,
|
||||
'negateHtmlFilterList': options._optionValues.negateHtmlFilterList
|
||||
'negateHtmlFilterList': options._optionValues.negateHtmlFilterList,
|
||||
'changeBadgeColorMissingResources': options._optionValues.changeBadgeColorMissingResources
|
||||
};
|
||||
|
||||
other = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user