How does urlregexps work? #66
Unanswered
AnderssonPeter
asked this question in
Q&A
Replies: 1 comment
-
To block all requests that contain As for making the plugin ban custom regexp on url, the plugin should output some DEBUG logs when enabled that show if a request was matched or not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm trying to write a
urlregexps
that blocks all requests that contain/../
but I can't get it to work.Question number 2, does this just block the request or does it cause a ban?
If I add
It works until I call
/no
after that all requests are yield 403.Beta Was this translation helpful? Give feedback.
All reactions