Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits) (+1)

Hi basstabs, thanks a lot. I've had a closer look at your package, today, and was really impressed, how much effort you have put into generating this clean, straight-forward code.

But I couldn't open your tutorial when opening the site from local disk. Some investigation showed that this problem is caused by a change in Firefox's default handling of local files in context of the same-origin-policy. Details here: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp

If you want, I can write a small instruction how to switch the setting off (temporarily).

Btw: It is not possible to open the wiki-page for installing the modules, from your online wiki page, because the .html suffix is missing in the link. But the .html can be added to the link. It is here (hope it works): https://v6p9d9t4.ssl.hwcdn.net/html/2701482/TBA/Documentation/wiki_play_module_i...


BR Sky

(+1)

Yeah, it makes sense Firefox has caught up to Chrome in that regard. It was always a bit unsafe that they allowed local access by default, and it was dumb of me to rely on local access for things to work. Feel free to write what worked for you here in the comments, although my official suggestion to people would be to set up a local server (using whatever method you prefer/find on Google for your OS) and run it from there so there's no way of accidentally leaving the local file access open after you're done with this.