You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Do you mean : ^/pif/[a-z/]+(\.gif)*$?
Generating regex without supervision sounds quite dangerous, as one might abuse the regex, with an url such as /pif/../../../another-file.php
It would be great to have regressive matching on url, like:
/pif/paf/pouf/test.gif
/pif/paf/pouet
/pif/pof
would result in a rule on
^/pif/
.The text was updated successfully, but these errors were encountered: