-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Replace raw.githubusercontent.com in devicon.dev with CDN (nosniff header problem) #572
Comments
Hello @d3cline, thanks for pointing that out. It's true that some browsers (or settings) will block content which is requested from raw.githubusercontent.com. This is because of the This issue does not occur for every user (I don't have it either) but in some scenarios it will lead to the error you are describing. It probably can be resolved by using a CDN as deliverer of the files. When this is beeing fixed note that not only the See this thread for more information about the topic. |
If there were two prs that fix this, why is this still open |
Yep, can be closed since it's done. |
The CSS link on the demo site is broken due to mime type.
link needs to be updated to another CDN such as,
https://cdn.jsdelivr.net/gh/devicons/devicon/devicon.min.css
The text was updated successfully, but these errors were encountered: