僕のノート、見てってください

エンジニアリングや英語、趣味について徒然なるままに

FacebookのUncaughtSecurityErrorへの対応(stackoverflowより)

事象

FacebookAPIを使用しているWebページにて

いつの間にか、こんな感じのエラーが表示されるように。

Uncaught SecurityError: Blocked a frame with origin "http://static.ak.facebook.com" from accessing a frame with origin "http://localhost:8080". Protocols, domains, and ports must match. VM2813:1
Uncaught SecurityError: Blocked a frame with origin "https://s-static.ak.facebook.com" from accessing a frame with origin "http://localhost:8080".  The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
 VM2817:1
Uncaught SecurityError: Blocked a frame with origin "http://static.ak.facebook.com" from accessing a frame with origin "http://localhost:8080". Protocols, domains, and ports must match. 

 

 

■ 答え

この限りでは無い気がしつつ、

自分の場合は、このスレッドの通り、

デバッグ用に入れていたchrome拡張機能「Ripple」の

有効化をオフにしたら解消しました。

stackoverflow.com

 

たまにこういう地味発見の和訳も投稿しようかな。