marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.09k stars 227 forks source link

The HTTP page automatically redirects to the HTTPS page #369

Closed Gokou-Ruri closed 1 year ago

Gokou-Ruri commented 1 year ago

After jumping to the https page, it is displayed that "This site can't be reached". The Legend of Zelda: Tears of the Kingdom page everything works, but the Legend of Zelda: Breath of the Wild page has this problem. 动画 (10)

marcrobledo commented 1 year ago

Yes, it forces https so it can use ServiceWorkers for cache. You can disable it by setting the constant FORCE_HTTPS to false:

var FORCE_HTTPS=false;

look for that line in every editor's index.html.

Anyway, I noticed you are running a local webserver. You don't need that to execute the editor locally. Just open the index.html and it will be fine.