Start using HTTPS to access all archived files

This commit is contained in:
Jeff Parsons 2017-08-23 20:20:17 -07:00 committed by Jeff Parsons
commit 73bcb543fd
185 changed files with 17533 additions and 17518 deletions

File diff suppressed because one or more lines are too long

View file

@ -1341,9 +1341,11 @@ class Web {
if (DEBUG) {
/*
* The larger resources we put on archive.pcjs.org should also be available locally...
* The larger resources we put on archive.pcjs.org should also be available locally.
*
* NOTE: "http://archive.pcjs.org" is now "https://s3-us-west-2.amazonaws.com/archive.pcjs.org"
*/
sURL = sURL.replace(/^http:\/\/archive.pcjs.org(\/.*)\/([^\/]*)$/, "$1/archive/$2");
sURL = sURL.replace(/^(http:\/\/archive\.pcjs\.org|https:\/\/s3-us-west-2\.amazonaws\.com\/archive\.pcjs\.org)(\/.*)\/([^\/]*)$/, "$1/archive/$2");
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1631,9 +1631,11 @@ class Web {
if (DEBUG) {
/*
* The larger resources we put on archive.pcjs.org should also be available locally...
* The larger resources we put on archive.pcjs.org should also be available locally.
*
* NOTE: "http://archive.pcjs.org" is now "https://s3-us-west-2.amazonaws.com/archive.pcjs.org"
*/
sURL = sURL.replace(/^http:\/\/archive.pcjs.org(\/.*)\/([^\/]*)$/, "$1/archive/$2");
sURL = sURL.replace(/^(http:\/\/archive\.pcjs\.org|https:\/\/s3-us-west-2\.amazonaws\.com\/archive\.pcjs\.org)(\/.*)\/([^\/]*)$/, "$1/archive/$2");
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1859,9 +1859,11 @@ class Web {
if (DEBUG) {
/*
* The larger resources we put on archive.pcjs.org should also be available locally...
* The larger resources we put on archive.pcjs.org should also be available locally.
*
* NOTE: "http://archive.pcjs.org" is now "https://s3-us-west-2.amazonaws.com/archive.pcjs.org"
*/
sURL = sURL.replace(/^http:\/\/archive.pcjs.org(\/.*)\/([^\/]*)$/, "$1/archive/$2");
sURL = sURL.replace(/^(http:\/\/archive\.pcjs\.org|https:\/\/s3-us-west-2\.amazonaws\.com\/archive\.pcjs\.org)(\/.*)\/([^\/]*)$/, "$1/archive/$2");
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1631,9 +1631,11 @@ class Web {
if (DEBUG) {
/*
* The larger resources we put on archive.pcjs.org should also be available locally...
* The larger resources we put on archive.pcjs.org should also be available locally.
*
* NOTE: "http://archive.pcjs.org" is now "https://s3-us-west-2.amazonaws.com/archive.pcjs.org"
*/
sURL = sURL.replace(/^http:\/\/archive.pcjs.org(\/.*)\/([^\/]*)$/, "$1/archive/$2");
sURL = sURL.replace(/^(http:\/\/archive\.pcjs\.org|https:\/\/s3-us-west-2\.amazonaws\.com\/archive\.pcjs\.org)(\/.*)\/([^\/]*)$/, "$1/archive/$2");
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1859,9 +1859,11 @@ class Web {
if (DEBUG) {
/*
* The larger resources we put on archive.pcjs.org should also be available locally...
* The larger resources we put on archive.pcjs.org should also be available locally.
*
* NOTE: "http://archive.pcjs.org" is now "https://s3-us-west-2.amazonaws.com/archive.pcjs.org"
*/
sURL = sURL.replace(/^http:\/\/archive.pcjs.org(\/.*)\/([^\/]*)$/, "$1/archive/$2");
sURL = sURL.replace(/^(http:\/\/archive\.pcjs\.org|https:\/\/s3-us-west-2\.amazonaws\.com\/archive\.pcjs\.org)(\/.*)\/([^\/]*)$/, "$1/archive/$2");
}

File diff suppressed because one or more lines are too long