Today i worked on small home project, and wanted to show some URLs into iframe. But when load my aplication, i got this error into console:
Refused to display 'https://www.google.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
and site is not showing into iframe at all. Searched around (including Stackoverflow allready placed questions, and found some answers like this into adding code into iframe, but dont seems to make changes. The iframe configuration i have is this:
<iframe src="{$ad_info.url}" id="pgl" class="surfer_frame" frameborder = "0" ></iframe>
Some help how to avoid this warning, and show all pages into iframe?