Unsafe JavaScript attempt to access frame warning in Safari

前端 未结 3 927
清歌不尽
清歌不尽 2020-12-28 13:45

I\'m using Facebook Connect in my app. I have it working pretty well, but in the Safari Error console, I\'m seeing errors like this:

Unsafe JavaScript attemp         


        
3条回答
  •  渐次进展
    2020-12-28 14:40

    Safari's cross frame security is tighter than other browsers, I have done specific try/catch wrappers to handle these cases, if it otherwise works, great.

    Either way, would post the bug upstream as olliej suggests.

提交回复
热议问题