Hi @gotzon,
I visited your website using cURL
and I see the Access-Control-Allow-Origin
header is being properly set as you can see next
curl -vLI "http://www.vanassibara.com"
* Rebuilt URL to: http://www.vanassibara.com/
* Trying 52.56.78.221...
* Connected to www.vanassibara.com (52.56.78.221) port 80 (#0)
> HEAD / HTTP/1.1
> Host: www.vanassibara.com
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
HTTP/1.1 301 Moved Permanently
< Date: Wed, 20 May 2020 09:20:20 GMT
Date: Wed, 20 May 2020 09:20:20 GMT
< Content-Type: text/html; charset=UTF-8
Content-Type: text/html; charset=UTF-8
< Connection: keep-alive
Connection: keep-alive
< Set-Cookie: AWSALB=OoYLkWHM/pgFiPzQV8onb6zFGdZPEEPQ1UvdffLD4H/oHn4Jcc2NVW5xQHCsJIAnFIDrDOmF/qVSllGqL5nCKy49XvTu40qPitfwyO3y/TfjuS0D+ff5OL1G06Ip; Expires=Wed, 27 May 2020 09:20:20
GMT; Path=/
Set-Cookie: AWSALB=OoYLkWHM/pgFiPzQV8onb6zFGdZPEEPQ1UvdffLD4H/oHn4Jcc2NVW5xQHCsJIAnFIDrDOmF/qVSllGqL5nCKy49XvTu40qPitfwyO3y/TfjuS0D+ff5OL1G06Ip; Expires=Wed, 27 May 2020 09:20:20 GM
T; Path=/
< Set-Cookie: AWSALBCORS=OoYLkWHM/pgFiPzQV8onb6zFGdZPEEPQ1UvdffLD4H/oHn4Jcc2NVW5xQHCsJIAnFIDrDOmF/qVSllGqL5nCKy49XvTu40qPitfwyO3y/TfjuS0D+ff5OL1G06Ip; Expires=Wed, 27 May 2020 09:20
:20 GMT; Path=/; SameSite=None
Set-Cookie: AWSALBCORS=OoYLkWHM/pgFiPzQV8onb6zFGdZPEEPQ1UvdffLD4H/oHn4Jcc2NVW5xQHCsJIAnFIDrDOmF/qVSllGqL5nCKy49XvTu40qPitfwyO3y/TfjuS0D+ff5OL1G06Ip; Expires=Wed, 27 May 2020 09:20:2
0 GMT; Path=/; SameSite=None
< Server: Apache
Server: Apache
< X-Powered-By: PHP/7.3.14
X-Powered-By: PHP/7.3.14
< X-Redirect-By: WordPress
X-Redirect-By: WordPress
< X-Frame-Options: SAMEORIGIN
X-Frame-Options: SAMEORIGIN
< Location: https://www.vanassibara.com/
Location: https://www.vanassibara.com/
< Access-Control-Allow-Origin: *
Access-Control-Allow-Origin: *
(... more information about the reply ...)
Can you check with any of your images? I check it with a .png
image from your website, but as png
is not on the list, the header is not added.
curl -vLI "https://media.vanassibara.com/wp-content/uploads/20200506161720/Nothing-Diego-Vanassibara-Q.png"
Checking with the plugin developers may be a good idea too, so they can give you more information on what the plugin is expecting in the Apache configuration and also some way for better debugging it. I didn't find any related message in the Apache logs