mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Chromium: Remove option to block Google Fonts (#1085)
This commit is contained in:
@@ -38,6 +38,11 @@ ruleGenerator.openRuleSet = function ({target}) {
|
||||
textArea.style.display = 'block';
|
||||
btnCopy.style.display = 'block';
|
||||
|
||||
if (!BrowserType.FIREFOX) {
|
||||
delete urls['fonts.googleapis.com'];
|
||||
delete urls['fonts.gstatic.com'];
|
||||
}
|
||||
|
||||
for (const domain in urls) {
|
||||
if (key === 'uMatrix') {
|
||||
content += `* ${domain} script allow\n`;
|
||||
|
Reference in New Issue
Block a user