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

fix(logo): avoid data uri with no length #691

Merged
merged 1 commit into from
Feb 10, 2024
Merged

fix(logo): avoid data uri with no length #691

merged 1 commit into from
Feb 10, 2024

Commits on Feb 10, 2024

  1. fix(logo): avoid data uri with no length

    Since logo can be detected from HTML markup there is the case where the data URI detected is empty. an empty data uri ('data:,') is considered a valid URL & URI, but can't be considered a valid image.
    Kikobeats committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e4f7eed View commit details
    Browse the repository at this point in the history