hi,
we need to display a iframe from a different domain where we do not control the webserver that sends the CORS FRAME headers.
The Frame gets blocked as the sameorigin policy is set.
Is there a way to get a hold of the requesthandler and modify the headers as in https://stackoverflow.com/a/57291720 ?