Using X-Frame-Options customHeaders - add multiple uri/domains to the web.config?
. Is the following format to append multiple X-Frame-Options allowed in the web.config? And does it work?
Not possible with X-frame-Options, instead you should use
<add name="Content-Security-Policy" value="frame-ancestors 'self' yourdomain1.com yourdomain2.com;"/>