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

Support path overrides #38

Open
lewispb opened this issue May 9, 2024 · 0 comments
Open

Support path overrides #38

lewispb opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lewispb
Copy link
Member

lewispb commented May 9, 2024

Given a denied path, /posts, currently the following would all be denied:

  • /posts
  • /posts/new
  • /posts/1

It would be nice to be able to configure a path, say /posts/new to override the above:

  • /posts
  • /posts/new
  • /posts/1
@lewispb lewispb added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant