@ais100 Yep no worries. There is probably a more elegant solution, but this worked for me for now. Also this is a GoDaddy error, so GoDaddy should fix it, but in the meantime…
Edit file top section of .htaccess file to include this header:
Header set Access-Control-Allow-Origin “*”
e.g:
# BEGIN GD-SSL
<IfModule mod_rewrite.c>
...
Header add Strict-Transport-Security "max-age=300"
Header always set Content-Security-Policy "upgrade-insecure-requests"
Header set Access-Control-Allow-Origin "*"
</IfModule>
# END GD-SSL
For the change to be applied, clear your site’s cache in the Go Daddy console.
Go carefully when editing this file. I suggest creating a backup of the file before editing it.