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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -