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:
@@ -121,8 +121,8 @@ const WebRequestType = {
|
||||
};
|
||||
|
||||
const Allowlist = {
|
||||
'TRIM_EXPRESSION': /^;+|;+$/g,
|
||||
'VALUE_SEPARATOR': ';'
|
||||
'TRIM_EXPRESSION': /^\n+|\n+$/g,
|
||||
'VALUE_SEPARATOR': '\n'
|
||||
};
|
||||
|
||||
const BrowserType = {
|
||||
|
Reference in New Issue
Block a user