Is it possible to embed a PA site in another website? e.g. if I have a PA site "example.com", <iframe src='example.com'></iframe>
results in the console error:
Refused to display 'example.com' in a frame because it set 'X-Frame-Options' to 'deny'
.
Is this something we can change on our end?