Trilarion / opensourcegames

Technical infos of open source games.
https://trilarion.github.io/opensourcegames/
Creative Commons Zero v1.0 Universal
631 stars 78 forks source link

Table in HTML output doesn't show #425

Closed Trilarion closed 2 weeks ago

Trilarion commented 2 weeks ago

Need to fix that

Trilarion commented 2 weeks ago

That's actually a false alarm. The table was working fine. My browser simply didn't load local files because their address doesn't start with "http" and therefore this could be a cross site attack or something related (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp). It used to work but now not anymore and it's recommend to load from a local server instead for testing.

Frankly, I won't do that. It's too much work for such a small project. I will just upload and check the table in the live, production environment. It's more risky for the stability of the generated site, but at least not more work for me.