Skip to content
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

A better favicon.ico with correct MIME-type #892

Merged
merged 3 commits into from
Feb 10, 2023
Merged

Conversation

veloman-yunkan
Copy link
Collaborator

Fixes #471

@codecov
Copy link

codecov bot commented Feb 9, 2023

Codecov Report

Base: 71.95% // Head: 71.95% // No change to project coverage 👍

Coverage data is based on head (93bb0f0) compared to base (7061082).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #892   +/-   ##
=======================================
  Coverage   71.95%   71.95%           
=======================================
  Files          54       54           
  Lines        3748     3748           
  Branches     2100     2100           
=======================================
  Hits         2697     2697           
  Misses       1049     1049           
  Partials        2        2           
Impacted Files Coverage Δ
src/tools/pathTools.cpp 62.28% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

The new unit test demonstrates that for embedded resources with .ico and
.json extensions MIME-types are incorrect.
As a result, favicon.ico stopped being considered a compressible resource.
Replaced the favicon embedded in kiwix-serve with a slightly better one
(taken from https://www.kiwix.org/favicon.ico).
@veloman-yunkan veloman-yunkan merged commit 738c06a into main Feb 10, 2023
@veloman-yunkan veloman-yunkan deleted the jsonico_mimetypes branch February 10, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add favicon to the library page
2 participants