Description
Problem
Structurizr's documentation at https://docs.structurizr.com/onpremises/embed describes support for embedding diagrams via <iframe>. However, this is currently blocked by the default response header:
X-Frame-Options: SAMEORIGIN
There is no supported or documented way to:
- disable this header
- or better: allow secure embedding from specific domains
Proposal
Rather than disabling all protections (X-Frame-Options: ALLOWALL), please support configuring:
structurizr.http.headers.content-security-policy=frame-ancestors 'self' https://frontend.example.com
### Priority
Low (I have no budget and there's no rush, please add this feature for free)
### More information
_No response_