1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Fixed: Storage issue (#301)

This commit is contained in:
nobody
2021-03-13 06:56:43 +01:00
parent 294171707c
commit 454a0de286

View File

@@ -74,7 +74,8 @@ options._renderOptionsPanel = function () {
'allowedDomainsGoogleFonts': domainAllowedGoogleFonts, 'allowedDomainsGoogleFonts': domainAllowedGoogleFonts,
'enableLogging': options._optionValues.enableLogging, 'enableLogging': options._optionValues.enableLogging,
'domainsManipulateDOM': domainHtmlFilter, 'domainsManipulateDOM': domainHtmlFilter,
'negateHtmlFilterList': options._optionValues.negateHtmlFilterList 'negateHtmlFilterList': options._optionValues.negateHtmlFilterList,
'changeBadgeColorMissingResources': options._optionValues.changeBadgeColorMissingResources
}; };
other = { other = {