Page 1 of 1

archived Rampage needs same-origin policy disabled

Posted: Sun May 31, 2020 11:10 am
by arpruss
There is probably nothing you can do about this, but I've noticed that the archive.org Rampage game you link to is broken, giving the following errors:

Code: Select all

Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
/web/20180414100635js_/http://game.rampagethemovie.com/arcade/js/game.js:1 Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
(index):1 Refused to load the image 'http://archiveteam.org/images/e/e6/Archiveteam.jpg' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org analytics.archive.org pragma.archivelab.org". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback.

/web/20180414100634/http://web.archive.org/screenshot/http://game.rampagethemovie.com/arcade/:1 Failed to load resource: the server responded with a status of 404 ()
s35190800754458:1 Failed to load resource: the server responded with a status of 404 ()
web.archive.org/:1 Uncaught SyntaxError: Unexpected token '<'
/web/20180416201845im_/https://www.archiveteam.org/e/e6/Archiveteam.jpg:1 Failed to load resource: the server responded with a status of 404 ()
collect:1 Failed to load resource: the server responded with a status of 404 ()
(index):144 Uncaught ReferenceError: LaunchGame is not defined
    at onload ((index):144)
It works fine if you start with chrome with same origin policy disabled (--disable-web-security --user-data-dir=DIR).