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

ensure suspected blossom request hash does not have slashes in it #37

Closed
wants to merge 1 commit into from

Conversation

andrewheadricke
Copy link
Contributor

I noticed certain URLs would be caught by the blossom url handler if they coincidentally split at 64 bytes. I am using a few extra path handlers.

This change adds a check for slashes. I was thinking a regex test might be better, but perhaps too resource heavy so just kept it as a Index call. Let me know if you prefer a regex test instead.

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.

1 participant