iframe - In a frame because it set 'X-Frame-Options' to 'SAMEORIGIN, SAMEORIGIN' -
<a href="#popupvideo" data-rel="popup" data-position-to="window" class="ui-btn ui-corner-all ui-shadow ui-btn-inline">launch video player</a> <div data-role="popup" id="popupvideo" data-overlay-theme="b" data-theme="a" data-tolerance="15,15" class="ui-content"> <iframe src="https://xxxx.net" width="497" height="298" seamless=""></iframe> </div>
i trying add iframe in pop window showing me error in frame because set 'x-frame-options' 'sameorigin, sameorigin'.
what ?
looks https://xxxx.net
's owner doesn't want iframe resources on websites.
if domain yours , want include content website, should whitelist using allow-from https://your-domain.com
.
https://developer.mozilla.org/en-us/docs/web/http/headers/x-frame-options
Comments
Post a Comment