質問編集履歴

2

meta タグ部分を追記しました

2018/11/30 07:07

投稿

_Rema____
_Rema____

スコア12

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,22 @@
28
28
 
29
29
  ### 該当のソースコード
30
30
 
31
+ [html部分]
32
+
33
+ <meta http-equiv="Content-Security-Policy" content="
34
+
35
+ default-src * data: gap://ready file: content: https://ssl.gstatic.com;
36
+
37
+ style-src * 'unsafe-inline';
38
+
39
+ script-src * 'unsafe-inline' 'unsafe-eval'">
40
+
41
+
42
+
43
+
44
+
45
+ [JS部分]
46
+
31
47
  console.log('test');
32
48
 
33
49
 

1

画像の追加をしました。

2018/11/30 07:07

投稿

_Rema____
_Rema____

スコア12

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,8 @@
21
21
  Refused to connect to monaca://~~~~~~~~) because it appears in neither the connect-src directive nor the default-src directive of the Content Security Policy.
22
22
 
23
23
  ```
24
+
25
+ ![イメージ説明](d53bf093c8d4df62d627591038355e87.png)
24
26
 
25
27
 
26
28