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

Added CDN: fonts.gstatic.com (#269)

This commit is contained in:
nobody
2021-02-10 06:36:01 +01:00
parent ee0d337c91
commit 8bb6d5fa61
4 changed files with 9 additions and 4 deletions

View File

@@ -117,8 +117,8 @@ interceptor._handleStorageChanged = function (changes) {
interceptor.blockGoogleFonts = changes.blockGoogleFonts.newValue;
}
if (Setting.BLOCK_GOOGLE_FONTS in changes) {
interceptor.blockGoogleFonts = changes.blockGoogleFonts.newValue;
if (Setting.ALLOWED_DOMAINS_GOOGLE_FONTS in changes) {
interceptor.allowedDomainsGoogleFonts = changes.allowedDomainsGoogleFonts.newValue;
}
};