mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Wrong NoScript rule syntax (#924)
This commit is contained in:
@ -47,7 +47,7 @@ ruleGenerator.openRuleSet = function ({target}) {
|
||||
} else if (key === 'AdGuard') {
|
||||
content += `@@||${domain}^\n`;
|
||||
} else if (key === 'NoScript') {
|
||||
content += `"$:${domain}",\n`;
|
||||
content += `"§:${domain}",\n`;
|
||||
}
|
||||
}
|
||||
textArea.value = content.replace(/\n+$/, '');
|
||||
|
Reference in New Issue
Block a user