“Unsafe JavaScript attempt to access frame with URL…” error being continuously generated in Chrome webkit inspector

前端 未结 5 2327
孤街浪徒
孤街浪徒 2020-12-02 08:56

Chrome (or any other webkit browser) throws a ton of these \"Unsafe JavaScript attempt to access frame with URL...\" when working with the Facebook API for example.

5条回答
  •  悲哀的现实
    2020-12-02 09:34

    You could allow cross-domain requests during testing by running chrome with the --disable-web-security command line option. This should probably get rid of the error (and allow FB to spy on your testing ;)

提交回复
热议问题