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

feat: add a favicon route on the root #17277

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

miketheman
Copy link
Member

Many browsers may not respect the inline HTML directive on where to find a favicon file, so add a route to serve it directly and not respond with a 404 Not Found.

Refs: #970

@miketheman miketheman requested a review from a team as a code owner December 12, 2024 20:42
@miketheman
Copy link
Member Author

This might not be the best way to do it, but I couldn't find a clean way to use Pyramid's built-in static handling for a single file.
Since we use Whitenoise to parse our manifest and provide paths to the compiled files, and whitenoise_add_files directive works on directories, this is what I came up with.

If there's a better way, I'm all for it!

Many browsers may not respect the inline HTML directive on where to find
a favicon file, so add a route to serve it directly and not respond with
a 404 Not Found.

Refs: #970

Signed-off-by: Mike Fiedler <[email protected]>
@di
Copy link
Member

di commented Dec 12, 2024

Seems like Pyramid's recommendation is to do pretty much exactly this: https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/assets.html#registering-a-view-callable-to-serve-a-static-asset

Signed-off-by: Mike Fiedler <[email protected]>
@miketheman miketheman force-pushed the miketheman/support-direct-favicon branch from 9aa1708 to c167389 Compare December 12, 2024 20:51
@miketheman miketheman merged commit 14f4e82 into pypi:main Dec 12, 2024
20 checks passed
@miketheman miketheman deleted the miketheman/support-direct-favicon branch December 12, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants