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

Remove URL length constraint #287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove URL length constraint #287

wants to merge 1 commit into from

Conversation

ioleo
Copy link

@ioleo ioleo commented Sep 13, 2023

Fix #187

The length of the input should not really be validated in sanitizer, rather the whole HTTP request body should be constrained. This PR removes the troublesome constraint.

@jmanico
Copy link
Member

jmanico commented Sep 14, 2023

cc @mikesamuel ?

@mikesamuel
Copy link
Contributor

Linked to SO thread on URL length limits in #187

@csware
Copy link
Contributor

csware commented Feb 6, 2024

Maybe this should be configurable?

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.

CSS URLs longer than 1024 characters are not allowed
5 participants