Is it possible to combine SAMEORIGIN and other URL?
-
# Recommended: SAMEORIGIN – iFrames from the same site are allowed – other sites are blocked
# Block other sites from displaying your website in iFrames
Header always append X-Frame-Options SAMEORIGINSometimes though I need to display from another URL that I control. Is it possible to add an Allow From
https://some-url.com
?And given that
https://some-url.com
is also protected by BPS how can I set it to allowthis-url.com
to show the content (eg when testing on a localhost installation)?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Is it possible to combine SAMEORIGIN and other URL?’ is closed to new replies.