Hi,
I have been using the following successfully in HTTPD config for some time:
Header always set X-Frame-Options SAMEORIGIN
The SAMEORIGIN is required for our use but now I am getting a request to allow X-Frame-Options to include specific URL's, say:
In researching a bit, I found
this suggesting this format:
However, when I tested it the response is:
Is this the proper way to set up this need (SAMEORIGIN and multiple URL allows)? Are there any concerns with this type of configuration?
Any guidance is appreciated.
TIA,
HB