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:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user