90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Changelog
This update fixes an issue, where the FaviconHandler stores local favicons using their non-lowercased file-names, while checking for an all-lowercased filename when getting it.
This means, if you had a file named Example.png
would the FaviconHandler save it as such but always check for example.png
, which results in it failing. This has now been fixed.