mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Improved: List of domains line by line (#236)
This commit is contained in:
@@ -279,7 +279,7 @@ options._serializeAllowlistedDomains = function (allowlistedDomains) {
|
||||
domainAllowlist = '';
|
||||
|
||||
allowlistedDomainKeys.forEach(function (domain) {
|
||||
domainAllowlist = `${domainAllowlist}${domain};`;
|
||||
domainAllowlist = `${domainAllowlist}${domain}\n`;
|
||||
});
|
||||
|
||||
domainAllowlist = domainAllowlist.slice(0, -1);
|
||||
|
Reference in New Issue
Block a user