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

Do not use the route for the favicon and stylesheet #764

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

steffhip
Copy link
Contributor

In order to no leak the random generated route, we must not use it as prefix in the 404 error page.
Indeed we can just use a top-level path for these files.

In order to no leak the random generated route, we must not use it as prefix in the 404 error page.
Indeed we can just use a top-level path for these files.
@steffhip steffhip marked this pull request as ready for review March 30, 2022 17:08
@steffhip
Copy link
Contributor Author

This issue is very similar to #173.
However the leak occurs at a different part of the 404 page

@svenstaro svenstaro merged commit b1685a1 into svenstaro:master Mar 30, 2022
@svenstaro
Copy link
Owner

Very good find, thanks!

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.

2 participants