...
Expand | ||
---|---|---|
| ||
What this means is that the macro wraps the code in an iframe with a domain we control to trigger CORS protections, and the sandbox attribute. Then when browsers interpret this, they apply a number of client side protections to ensure that security risks like XSS are mitigated. |
Expand | ||
---|---|---|
| ||
We don’t send any data back to our systems from Iframes for Confluence. |
Expand | ||
---|---|---|
| ||
The whitelisting feature only controls which URL can be iframed into Confluence. We can’t restrict where JS will reach out to since this is based entirely on the behavior that the end user’s browser which we don’t control. For more information: How Whitelisting and Blacklisting work |