質問編集履歴
2
ドメイン名の表記を変更した
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
adobeのWEBフォント(adobeFONTS)をワードプレス(https://
|
3
|
+
adobeのWEBフォント(adobeFONTS)をワードプレス(https://example.com)で読み込めない
|
4
4
|
|
5
5
|
cms=ワードプレス
|
6
6
|
|
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
-
Origin https://
|
15
|
+
Origin https://example.com is not allowed by Access-Control-Allow-Origin.
|
16
16
|
|
17
17
|
```
|
18
18
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
```
|
24
24
|
|
25
|
-
Access to XMLHttpRequest at 'https://p.typekit.net/p.gif?●●●●●●●' from origin 'https://
|
25
|
+
Access to XMLHttpRequest at 'https://p.typekit.net/p.gif?●●●●●●●' from origin 'https://example.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
|
26
26
|
|
27
27
|
```
|
28
28
|
|
1
末尾に試したことを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -51,3 +51,9 @@
|
|
51
51
|
</FilesMatch>
|
52
52
|
|
53
53
|
```
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
上記のFilesMatchタグの開始と終了をとってもエラーが出ます。
|