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: Favicon with protocol-relative URLs have duplicate slashes. #6068

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

thomasrenes
Copy link
Contributor

The URL of favicons with protocol-relative URL's already start with "//" so by adding it again it will result in "http:////url" and the icon will never be retrieved.

The URL of favicons with protocol-relative URL's already start with "//" so by adding it again it will result in "http:////url" and the icon will never be retrieved.
@Alkarex Alkarex added this to the 1.24.0 milestone Jan 26, 2024
@Alkarex Alkarex merged commit 0c023a7 into FreshRSS:edge Jan 26, 2024
2 checks passed
@Alkarex
Copy link
Member

Alkarex commented Jan 26, 2024

Thanks 👍🏻

@Alkarex Alkarex added the Bug (confirmed) 🐞 issues that are reproducable label Jan 26, 2024
@thomasrenes thomasrenes deleted the fix/favicon-no-schema branch January 26, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug (confirmed) 🐞 issues that are reproducable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants