This commit is contained in:
Guest workers 2023-12-14 10:47:41 +00:00
parent 6c72694154
commit 9b3cae2fb1
3 changed files with 3 additions and 3 deletions

View File

@ -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');

View File

@ -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');

View File

@ -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');