當試圖使用JavaScript在我的應用我得到這些錯誤之後從Chrome中:JavaScript不安全訪問?
Uncaught SyntaxError: Unexpected token)
_I-bZ2aLo8f.js:48
Unsafe JavaScript attempt to access frame with URL http://apps.facebook.com/ubo-elementalfury/ from frame with URL https://s-static.ak.facebook.com/connect/xd_arbiter.php?version=17#channel=f2f2ee12fc&origin=http%3A%2F%2Fultimate-battle-online.com&channel_path=%2Fchannel.php%3Ffb_xd_fragment%23xd_sig%3Df3312304ec%26 . The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match.
xd_arbiter.php:20
我不知道是怎麼回事,我不從實安全的連接瀏覽時,它得到這個問題。
這不是我寫的文件。 – OpensaurusRex
儘管如此,您還沒有真正提供任何可操作的代碼示例。該錯誤看起來像額外的parens在Facebook的js文件中。 – Geuis
查看我上面的修改 – Geuis