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

Prevent unhandled exception from invalid referer hosts #96

Merged
merged 1 commit into from Aug 30, 2020

Conversation

alanhamlett
Copy link
Collaborator

Bad clients can send Referer header with malformed urls, for ex: port that isn't a number.

This change catches the exception from urllib.parse and results in a 403 error instead of 500 error.

@alanhamlett alanhamlett merged commit 4dedf27 into maxcountryman:master Aug 30, 2020
@maxcountryman
Copy link
Owner

Good catch!

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.

None yet

2 participants