mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-04-04 20:04:41 -04:00
.
This commit is contained in:
parent
6c72694154
commit
9b3cae2fb1
@ -65,7 +65,7 @@ if (!DONT_RUN_FQDNS.includes(fqdn_self) && !/\.crimeflare\.eu\.org$/.test(fqdn_s
|
|||||||
if (fqdns[fqdn] == undefined) {
|
if (fqdns[fqdn] == undefined) {
|
||||||
fqdns[fqdn] = [];
|
fqdns[fqdn] = [];
|
||||||
}
|
}
|
||||||
if (!/^(|(*.)\.)archive\.org$/.test(fqdn)) {
|
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||||
fqdns[fqdn].push(l);
|
fqdns[fqdn].push(l);
|
||||||
}
|
}
|
||||||
l.setAttribute('xcf', 'q');
|
l.setAttribute('xcf', 'q');
|
||||||
|
@ -59,7 +59,7 @@ if (!DONT_RUN_FQDNS.includes(fqdn_self) && !/\.crimeflare\.eu\.org$/.test(fqdn_s
|
|||||||
if (fqdns[fqdn] == undefined) {
|
if (fqdns[fqdn] == undefined) {
|
||||||
fqdns[fqdn] = [];
|
fqdns[fqdn] = [];
|
||||||
}
|
}
|
||||||
if (!/^(|(*.)\.)archive\.org$/.test(fqdn)) {
|
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||||
fqdns[fqdn].push(l);
|
fqdns[fqdn].push(l);
|
||||||
}
|
}
|
||||||
l.setAttribute('xcf', 'q');
|
l.setAttribute('xcf', 'q');
|
||||||
|
@ -66,7 +66,7 @@ if (!DONT_RUN_FQDNS.includes(fqdn_self) && !/\.crimeflare\.eu\.org$/.test(fqdn_s
|
|||||||
if (fqdns[fqdn] == undefined) {
|
if (fqdns[fqdn] == undefined) {
|
||||||
fqdns[fqdn] = [];
|
fqdns[fqdn] = [];
|
||||||
}
|
}
|
||||||
if (!/^(|(*.)\.)archive\.org$/.test(fqdn)) {
|
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||||
fqdns[fqdn].push(l);
|
fqdns[fqdn].push(l);
|
||||||
}
|
}
|
||||||
l.setAttribute('xcf', 'q');
|
l.setAttribute('xcf', 'q');
|
||||||
|
Loading…
Reference in New Issue
Block a user