In Plesk Onyx there wasn't any X-Frame-Options Headers at all, so it was easy to implement the control panel in our customer center as an iframe.
With the new obsidian release there are new Response headers:
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
If we now create the...