requarks / wiki-v1

Legacy version (1.x) of Wiki.js
https://wiki.js.org
GNU Affero General Public License v3.0
101 stars 75 forks source link

Wiki cant be embedded as iframe #215

Closed JanOesterh closed 5 years ago

JanOesterh commented 5 years ago

Story behind the Question

I tryed to embed my wiki.js as a tab in our crm system. That works as an iframe. When i try to open it there is just a white screen.

Is it that the wiki cant be embedded or something wrong configured in my network?

NGPixel commented 5 years ago

You'll need to remove this line to allow iframe embedding:

https://github.com/Requarks/wiki-v1/blob/19a5d0f10754f0a54448c1701eb10f1fd9e2a560/server/middlewares/security.js#L18

JanOesterh commented 5 years ago

Thanks for that quick solution. It worked great!