Security: Add sandbox attribute to message iframe for extra later of security (already protected via CSP headers)

Note that this does not provide any additional security as such as the CSP headers do this, however it is another barrier when it comes to bypass attempts.
This commit is contained in:
Ralph Slooten
2026-03-28 08:01:51 +13:00
parent b8cc1bc415
commit dc9b8d54b7

View File

@@ -786,6 +786,7 @@ export default {
frameborder="0"
style="width: 100%; height: 100%; background: #fff"
@load="resizeIframe"
sandbox="allow-same-origin allow-popups allow-popups-to-escape-sandbox"
>
</iframe>
</div>