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

Added CDN: www.gstatic.com (#167)

This commit is contained in:
nobody
2020-11-08 21:25:13 +01:00
parent 628bba2e35
commit c23fc4365e
4 changed files with 11 additions and 1 deletions

View File

@ -32,6 +32,8 @@ ruleGenerator.openRuleSet = function ({ target }) {
btnCopy = document.getElementById('button-copy-rule-set');
content = '';
// Exclude www.gstatic.com
delete urls['www.gstatic.com'];
textArea.style.display = 'block';
btnCopy.style.display = 'block';