質問編集履歴
1
現状の状況を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,4 +12,6 @@
|
|
12
12
|
|
13
13
|
PHPファイルに以下の通りに記載しております。
|
14
14
|
```
|
15
|
-
header("Content-Security-Policy: default-src 'self';" . " script-src 'self' code.jquery.com maxcdn.bootstrapcdn.com" . " font-src 'self' maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css");```
|
15
|
+
header("Content-Security-Policy: default-src 'self';" . " script-src 'self' code.jquery.com maxcdn.bootstrapcdn.com" . " font-src 'self' maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css");```
|
16
|
+
|
17
|
+
現状は、CSS・JSは認識しておりますが、WEBフォントがNGの状態です。
|