I want to allow iframe to be loaded in my extension.
I am creating and extension which will wrap one other app in the iframe. For that app to allow iframing inside that extension I need to give hostname on which I can iframe the app.
What is the hostname for an extension ?
what about across edge and chrome ?
PS: one solution which we already have is to intercept response headers and remove the IFRAMING headers , but I am also exploring how to get the hostname for the extension so that we can configure this on server side.