質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%

Q&A

0回答

1442閲覧

Chrome拡張のcontent_security_policyの設定について

mirazle

総合スコア9

Chrome extension

Chrome拡張機能

0グッド

1クリップ

投稿2018/12/18 12:05

WEBサイト内にiframeを表示するChrome拡張を開発しているのですが、
Twitterのページでcontent_security_policyに関するエラーが出てiframeを表示出来なくて困っています。
(Twitter以外のページではiframeを表示出来ています。)

manufest.jsonのcontent_security_policyを適宜設定すれば良いと思うのですが、
リファレンスを見て色々試してみたのですが、全く上手くいきません。
どなたか解決までいかずとも、御指南、アドバイスを頂けないでしょうか。
宜しくお願いいたします。

●Chromeのコンソールに出力されるエラー内容

Refused to frame 'https://domain.com/' because it violates the following Content Security Policy directive: "frame-src 'self' https://twitter.com https://*.twimg.com https://player.vimeo.com https://pay.twitter.com https://ton.twitter.com https://syndication.twitter.com https://vine.co twitter: https://www.youtube.com https://platform.twitter.com https://upload.twitter.com". Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://localhost:8080') does not match the recipient window's origin ('null').

●manufest.json

{ "manifest_version": 2, "content_security_policy": "default-src 'self' https://sample.com/; child-src 'self' https://sample.com/; object-src 'self' https://sample.com/; frame-src 'self' https://sample.com/ https://twitter.com https://*.twimg.com https://player.vimeo.com https://pay.twitter.com https://ton.twitter.com https://syndication.twitter.com https://vine.co twitter: https://www.youtube.com https://platform.twitter.com https://upload.twitter.com;", "name": "sample", "description": "sample", "content_scripts": [ { "matches": [***], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "version": "0.672" }

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問