Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions admin_manual/configuration/server/external_sites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,15 @@ On this page, X-Frame-Options prevents the embedding.

.. figure:: ../../images/external-sites-5.png

There isn't much you can do about these issues, but if you're curious you can
see what is happening.
You may use the "Site Target" dropdown to select how the external site opens.
For sites that block iframing with `X-Frame-Options`, you need to select either
"New Window" or "Replace Current Window" as the target in order to open them.

For sites that allow iframing, you may open them inside the OwnCloud UI by
selecting "Inside OwnCloud Frame' (the default).

- '_self': Opens link inside the ownCloud iframe (default)
- '_top': Replaces current ownCloud window with the link
- '_blank': Opens link in a new window