+ 2
Iframe in HTML
I can't use iframe with some of website like Google and Facebook How to solve it. ?
1 Answer
+ 4
Google and Facebook are using a X-Frame-Options in the HTTP response header to avoid the content being loaded in a iFrame.
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a or . Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites.
Source:Â https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header