Improved iframe macro documentation /2
This commit is contained in:
parent
60e4257ba5
commit
2e8d88b038
@ -8,13 +8,12 @@ Iframe macro for Redmine.
|
||||
Include an Iframe into Redmine. If your Redmine is running with HTTPS, only iframes with
|
||||
HTTPS are accepted by this macro.
|
||||
|
||||
Note: you can only include an iframe, if the website of the iframe url does allow it. If not, you
|
||||
Note 1: you can only include an iframe, if the website of the iframe url does allow it. If not, you
|
||||
will get a empty page with the HTTP header info:
|
||||
|
||||
``Load denied by X-Frame-Options: https://your-target-url.com/ does not permit cross-origin framing.``
|
||||
|
||||
Note 2: Your Redmine webserver can also block your iframe includion, check your
|
||||
`Content Security Policy (CSP) <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP>`_
|
||||
Note 2: Your Redmine webserver can also block your iframe includion, check your `Content Security Policy (CSP) <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP>`_
|
||||
|
||||
:param string url: URL to website
|
||||
:param int width: width (default is 100%)
|
||||
|
Loading…
Reference in New Issue
Block a user