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

Add exception routes configuration to html validator #1149

Open
Autre31415 opened this issue Apr 7, 2022 · 0 comments
Open

Add exception routes configuration to html validator #1149

Autre31415 opened this issue Apr 7, 2022 · 0 comments
Assignees
Labels
enhancement Planned feature good first issue If you're new to the project, this would be a good issue to try resolving first help wanted

Comments

@Autre31415
Copy link
Member

Right now we can selectively disable the validator on specific routes via header values or model values, but in some cases it would also be useful to allow the validator to be disabled on a route by route basis, or more broadly via a route prefix.

A specific scenario where this can come up is when utilizing a module that dynamically generates data API routes in a way we can't fully interact with; it would be ideal to have a convenient way to exempt a series of routes based on a prefix to get around it.

@Autre31415 Autre31415 added enhancement Planned feature help wanted good first issue If you're new to the project, this would be a good issue to try resolving first labels Apr 7, 2022
@Autre31415 Autre31415 changed the title Add exception routes capability to html validator Add exception routes configuration to html validator Apr 7, 2022
@kethinov kethinov assigned kethinov and unassigned Autre31415 Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Planned feature good first issue If you're new to the project, this would be a good issue to try resolving first help wanted
Development

No branches or pull requests

2 participants