0
我收到此錯誤。'X-Frame-Options'到'SAMEORIGIN'。錯誤
Refused to display 'https://www.google.com.au/?gfe_rd=cr&ei=uPilVOfREaGN8QfsvIGABQ&gws_rd=ssl' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
我做了一個HTML5廣告並上傳生成的腳本我的廣告服務器上,我把該腳本在頁面上測試廣告。該頁面在iframe中加載廣告。
我有一個非常簡單的鏈接來打開我的orignal索引頁面中的google.com頁面,但我在測試頁面中收到此錯誤。
<div id="container">
<div id="ad" class="collapsed">
</div>
<div id="left_panel" > <a href="https://www.facebook.com/owais.ahmed.96" id="example">Testing!</a>
</div>
<div id="right_panel" ></div>
</div>