在rails 4.2.4中,我试图通过iframe添加谷歌地图功能,但我收到错误,如


拒绝显示'https ://maps.googleapis.com/maps/api/js?key = AIsfsdfsdjLr31nsdsdfsdf16LORmV4d89hhg& output = embed',因为它将'X-Frame-Options'设置为'SAMEORIGIN'。

< / pre>&#xA;&#xA;查看文件是,
&#xA;&#xA;&#xA;&#xA;&lt; iframe width =“600”height =“450”frameborder =“0”style =“border:0”&#xA; src =“https://maps.googleapis.com/maps/api/js?key=AIsfsdfsdjLr31nsdsdfsdf16LORmV4d89hhg&output=embed”allowfullscreen&gt;&#xA;&lt; / iframe&gt;&#xA;
如何解决这个iframe问题?
&#xA;
答案 0 :(得分:1)
您将JavaScript文件包含为p
,而不是Google地图的实际嵌入版本。您的iframe
值应与src
类似。 Here's Google Maps Embed API的链接。