回答編集履歴
1
https://
answer
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
- [オリジン間リソース共有 (CORS) - HTTP | MDN](https://developer.mozilla.org/ja/docs/Web/HTTP/CORS)
|
9
9
|
|
10
10
|
```
|
11
|
-
Access-Control-Allow-Origin: yoursite.example.com
|
11
|
+
Access-Control-Allow-Origin: https://yoursite.example.com
|
12
12
|
```
|
13
13
|
|
14
14
|
iframe読み込み先サーバがあなたの管理下になければ、サーバ管理者に設定を依頼してください。
|