feat!: simplified rule with regex instead of boolean

BREAKING CHANGE: the "regex" field in the rule is now a regular expression instead of a boolean.
This commit is contained in:
Henrique Dias
2024-07-29 10:11:02 +02:00
parent d3732322bc
commit e7e9c3176d
7 changed files with 22 additions and 25 deletions
+1 -2
View File
@@ -161,8 +161,7 @@ users:
- username: basic
password: basic
rules:
- path: "^.+.js$"
regex: true
- regex: "^.+.js$"
modify: false
- path: "/b"
modify: false