teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

試したことを追加

2018/03/06 15:47

投稿

Kchan_01
Kchan_01

スコア110

title CHANGED
File without changes
body CHANGED
@@ -18,4 +18,11 @@
18
18
  ```HTML
19
19
  <p><input type="number" id="volume" value="3" onclick="save()"/></p>
20
20
 
21
- ```
21
+ ```
22
+
23
+
24
+ ### 試したこと
25
+
26
+
27
+ manifest.jsonに下記の情報を追記しましたが、変わりませんでした。
28
+ "content_security_policy": "script-src 'self'",

1

説明を明確化

2018/03/06 15:47

投稿

Kchan_01
Kchan_01

スコア110

title CHANGED
@@ -1,1 +1,1 @@
1
- Chromeの拡張機能がうまく動かない。
1
+ Chromeの拡張機能がうまく動かない。 it violates the following Content Security Policy directiveのエラー
body CHANGED
File without changes