create-react-app issue: Refused to load the image '<URL>' because it violates the following Content Security Policy directive: create-react-app issue: Refused to load the image '<URL>' because it violates the following Content Security Policy directive: heroku heroku

create-react-app issue: Refused to load the image '<URL>' because it violates the following Content Security Policy directive:


https://stackoverflow.com/a/40360666/11624647

try add in your tag

img-src * 'self' data: https:

code:

<meta http-equiv="Content-Security-Policy" content="default-src *;   img-src * 'self' data: https:; script-src 'self' 'unsafe-inline' 'unsafe-eval' *;   style-src  'self' 'unsafe-inline' *">