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
Describe the bug
Icons are not shown when opening the local html. Instead it's replaced by ugly fonts.
To Reproduce
Steps to reproduce the behavior or a link to the recipe / input used to cause the bug:
Just download and extract the zip and open html in firefox 68.
Expected behavior
Icons are shown correctly, e.g. star, save, load, save, open, undo etc.
Screenshots
Desktop (if relevant, please complete the following information):
OS: Windows 10 1903
Browser Firefox
Version 68.0.1
Additional context
The console says:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///C:/Users/username/AppData/Local/Cyberchef/assets/570eb83859dc23dd0eec423a49e147fe.woff2. (Reason: CORS request not http).
The firefox website says:
In response to CVE-2019-11730, Firefox 68 and later define the origin of a page opened using a file:/// URI as unique. Therefore, other resources in the same directory or its subdirectories no longer satisfy the CORS same-origin rule. This new behavior is enabled by default using the privacy.file_unique_origin preference.
The text was updated successfully, but these errors were encountered:
Thanks for your bug report, this is now fixed in v9.0.6.
I've modified the webpack config so that the font used for the icons is inlined instead of being packaged as a separate file, so does not need to be loaded separately.
Describe the bug
Icons are not shown when opening the local html. Instead it's replaced by ugly fonts.
To Reproduce
Steps to reproduce the behavior or a link to the recipe / input used to cause the bug:
Expected behavior
Icons are shown correctly, e.g. star, save, load, save, open, undo etc.
Screenshots
Desktop (if relevant, please complete the following information):
Additional context
The console says:
The firefox website says:
The text was updated successfully, but these errors were encountered: