mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-28 10:09:11 -05: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) {
|
||||
fqdns[fqdn] = [];
|
||||
}
|
||||
if (!/^(|(*.)\.)archive\.org$/.test(fqdn)) {
|
||||
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||
fqdns[fqdn].push(l);
|
||||
}
|
||||
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) {
|
||||
fqdns[fqdn] = [];
|
||||
}
|
||||
if (!/^(|(*.)\.)archive\.org$/.test(fqdn)) {
|
||||
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||
fqdns[fqdn].push(l);
|
||||
}
|
||||
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) {
|
||||
fqdns[fqdn] = [];
|
||||
}
|
||||
if (!/^(|(*.)\.)archive\.org$/.test(fqdn)) {
|
||||
if (!/^(|(.*)\.)archive\.org$/.test(fqdn)) {
|
||||
fqdns[fqdn].push(l);
|
||||
}
|
||||
l.setAttribute('xcf', 'q');
|
||||
|
Loading…
Reference in New Issue
Block a user