File renamed (#763)

This commit is contained in:
nobody 2021-11-13 07:20:06 +01:00
parent 13a5e47e11
commit 08d5fa6fa6
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ interceptor.handleRequest = function (requestDetails, tabIdentifier, tab) {
// Check if the website is allowed to load Google Fonts // Check if the website is allowed to load Google Fonts
if (interceptor.blockGoogleFonts === true && isListed === false) { if (interceptor.blockGoogleFonts === true && isListed === false) {
return { return {
'redirectUrl': chrome.runtime.getURL('resources/placeholder.css') 'redirectUrl': chrome.runtime.getURL('resources/google-fonts-placeholder.css')
}; };
} else if (interceptor.blockGoogleFonts === false || isListed === true) { } else if (interceptor.blockGoogleFonts === false || isListed === true) {
return { return {