You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2021. It is now read-only.
When I run the build I get a 404 error. A CSP issue it appears. Has anyone seen this before with a straight clone of the repo?
Here's the exact error: Refused to load http://localhost:8080/favicon.ico because it appears in neither the img-src directive nor the default-src directive of the Content Security Policy.
BTW, I added a meta tag with a csp, but nothing worked. <meta http-equiv="Content-Security-Policy" content="img-src 'self' data:; default-src 'self' http://XX.XX.XX.XX:8080">
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When I run the build I get a 404 error. A CSP issue it appears. Has anyone seen this before with a straight clone of the repo?
Here's the exact error:
Refused to load http://localhost:8080/favicon.ico because it appears in neither the img-src directive nor the default-src directive of the Content Security Policy.
BTW, I added a meta tag with a csp, but nothing worked.
<meta http-equiv="Content-Security-Policy" content="img-src 'self' data:; default-src 'self' http://XX.XX.XX.XX:8080">
The text was updated successfully, but these errors were encountered: