rom-rb / rom-rb.org

The official rom-rb website
https://rom-rb.org/
45 stars 108 forks source link

Rom website has Content Security Policy errors in iframe #265

Closed skade closed 4 years ago

skade commented 6 years ago

Navigate to: http://rom-rb.org/api/rom/

And click the "mapper" link in the readme.

Because rom-rb.org is HTTP and the link links to GitHub using HTTPS, there will be an error.

This should be fixed by serving rom-rb.org over https, which GH should provide now through let's encrypt.

madis commented 6 years ago

Not just that but when I visit the url https://rom-rb.org/api/rom/ it tries to load iframe from http://localhost:4000/docs/rom

screen shot 2018-08-28 at 11 15 13

solnic commented 6 years ago

I'm sorry but this is still broken because we serve API docs from api.rom-rb.org, so browsers block this iframe by default. I need to figure out how to solve this.

solnic commented 4 years ago

closing this because we no longer embed API docs in an iframe