Iframe blocking?

Does OwnCloud (server) block iframe url links?
I’m trying to embed my owncloud login link but it keeps showing up as white.
Thanks

If so, is there a way around this? Thank you

Would really appreciate some input here. thanks

Have you checked your browser console? Issues regarding the content security policy and others should show up there. The described behavior sounds like CSP: frame-ancestors - HTTP | MDN. If so, you can overwrite the CSP within your reverse proxy/webserver vhost config.

1 Like

See core/response.php at master · owncloud/core · GitHub as the default policy is set to self, this might block embedding your instance as an iframe somewhere else.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.