-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/704; Allow csp font locally #711
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't load the font from an external source ... try to serve a copy from cryptopus assets
After trying to use not external url, there is still this error in browser console: |
I have also taken another look, tried different methods to allow cors or set the Access-Control-Allow-Origin header, nothing really worked, I also tried to just change the URL to localhost:3000 since we have the assets loaded there too. This also didn't work |
ecd3f3e
to
d610931
Compare
520ebe8
to
151e944
Compare
f7d319e
to
fd919cf
Compare
858f19e
to
208932e
Compare
No description provided.