I just checked one of my sites which used to work fine and have noticed I'm now getting a CORS error on my React CDN. The site is https://timothytolley.com/ for reference of the errors. I have used the Scripts suggested on the React Docs.
As a bit of background, I'm using webpack for compiling and node and express for my server.
Error:
Access to script at 'https://unpkg.com/react@16.7.0/umd/react.production.min.js' (redirected from 'https://unpkg.com/react@16/umd/react.production.min.js') from origin 'https://timothytolley.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Any suggestions would be awesome,
Cheers!