Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47672, comment 1


Ignore:
Timestamp:
07/10/2019 11:28:59 AM (5 years ago)
Author:
audrasjb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47672, comment 1

    initial v1  
    11Hi, welcome to WordPress Core Trac and thanks for opening this ticket,
    22
    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
     4The 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.
    45
    56See Chrome console tool report below:
    67
    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{{{
     11Access to XMLHttpRequest at
     12'https://uploads.knightlab.com/storymapjs/e77e323f23d2020f7a971d725c06ead9/italy-2019/published.json'
     13from origin 'null' has been blocked by CORS policy:
     14Response to preflight request doesn't pass access control check:
     15No 'Access-Control-Allow-Origin' header is present on the requested resource.
     16}}}