Changes between Initial Version and Version 1 of Ticket #47672, comment 1
- Timestamp:
- 07/10/2019 11:28:59 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47672, comment 1
initial v1 1 1 Hi, welcome to WordPress Core Trac and thanks for opening this ticket, 2 2 3 The webpage located at https://uploads.knightlab.com/storymapjs/e77e323f23d2020f7a971d725c06ead9/italy-2019/index.html uses dependancies that doesn't allow the content to be published on other websites. Then, the content cannot be embedded with embed block or even with custom HTML block. This is not related to WordPress but to the resource itself. 3 4 The webpage located at https://uploads.knightlab.com/storymapjs/e77e323f23d2020f7a971d725c06ead9/italy-2019/index.html uses dependencies that doesn't allow the content to be published on other websites. The content cannot be embedded with embed block or even with custom HTML block. This is not related to WordPress but to the resource itself. 4 5 5 6 See Chrome console tool report below: 6 7 7 ``` 8 Access to XMLHttpRequest at 'https://uploads.knightlab.com/storymapjs/e77e323f23d2020f7a971d725c06ead9/italy-2019/published.json' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. 9 ``` 8 9 10 {{{ 11 Access to XMLHttpRequest at 12 'https://uploads.knightlab.com/storymapjs/e77e323f23d2020f7a971d725c06ead9/italy-2019/published.json' 13 from origin 'null' has been blocked by CORS policy: 14 Response to preflight request doesn't pass access control check: 15 No 'Access-Control-Allow-Origin' header is present on the requested resource. 16 }}}