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
When viewing my Topology in the README of my Repo, the icons are included.
Opening the topology in a new tab to enlarge it however results in missing icons as shown here.
What I've already tried:
Multiple browsers (even the ones on my phone), to make sure that my browser settings aren't messing something up.
The text was updated successfully, but these errors were encountered:
This is because you are viewing the png via raw.githubusercontent.com instead of github.com. It ships a CSP header that disallows loading inline resources, so the images and fonts cannot be loaded. github.com allows this kind of content, so it will display fine from there. If you open your browsers console you will probably see errors like this one:
Content-Security-Policy: The page’s settings blocked the loading of a resource (img-src) at data:image/svg+xml;utf8,%3Csvg tw=%22w-1… because it violates the following directive: “default-src 'none'”
Since the CSP is specified by github, you cannot do anything about it except hosting it somewhere else.
When viewing my Topology in the README of my Repo, the icons are included.
Opening the topology in a new tab to enlarge it however results in missing icons as shown here.
What I've already tried:
The text was updated successfully, but these errors were encountered: