1
0
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:
nobody 2021-03-13 06:56:43 +01:00
parent 294171707c
commit 454a0de286
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -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 = {