Migrate to a new service domain

This resolves #83
Este commit está contenido en:
JustOff
2020-06-17 17:14:25 +03:00
padre bd86c5aa01
commit 43c7c7e01a
Se han modificado 5 ficheros con 42 adiciones y 43 borrados

2
bootstrap.js vendido
Ver fichero

@@ -349,7 +349,7 @@ let httpObserver = {
} else if (/origin=caa&action=download$/.test(subject.URI.path)) {
subject.setResponseHeader("Content-Disposition", "attachment", false);
}
} else if (subject.URI.host == "ca-archive.biz.tm") {
} else if (subject.URI.host == "ca-archive.us.to") {
if (subject.responseStatus == "302" && /^\/storage\//.test(subject.URI.path)) {
let redirect;
if ((redirect = /^https?:\/\/(.+?)\//.exec(subject.getResponseHeader("Location"))) !== null) {