[nscl] Updated NoScript Common Library inclusions.
This commit is contained in:
parent
80088c55d3
commit
3679e9ba90
|
@ -29,8 +29,8 @@ var tld = (() => {
|
|||
let stack = "";
|
||||
let level = -1;
|
||||
|
||||
let roots = excludePrivateTLD ? tlds.icann
|
||||
: (tld.combined ||= Object.assign({}, tlds.icann, tlds.private));
|
||||
let roots = excludePrivateTLD ? tlds.icann :
|
||||
(tld.combined || (tld.combined = Object.assign({}, tlds.icann, tlds.private)));
|
||||
|
||||
for(let i = parts.length - 1, part; i >= 0; i--) {
|
||||
part = parts[i];
|
||||
|
|
Loading…
Reference in New Issue