Skip to content

introduce a new option for configuring ignored routes #679

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

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

matthewrobertson
Copy link
Member

@matthewrobertson matthewrobertson commented Mar 27, 2025

Can be set to a single path or regular expression for URL paths that should get an empty 404 response without invoking the user function. Historically we have always filtered out /robots.txt|/favicon.ico but have received feedback from customers who would like to overrider this behavior.

BEGIN_COMMIT_OVERRIDE
feat: adds a new ignored-routes config option
END_COMMIT_OVERRIDE

@matthewrobertson matthewrobertson merged commit 70f68e9 into main Mar 27, 2025
56 checks passed
@matthewrobertson matthewrobertson deleted the ignored-routes branch March 27, 2025 16:12
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