add custom rules

This commit is contained in:
Gianni Carafa
2023-11-03 15:18:00 +01:00
parent 6dfdaaa25b
commit d34c5680b3
2 changed files with 92 additions and 0 deletions

24
ruleset.yaml Normal file
View File

@@ -0,0 +1,24 @@
- domain: www.example.ch
path: /article
regexRules:
- match: "asdf"
replace: "asdf"
- match: "asdf"
replace: "asdf"
domRules:
- match: "asdf"
replace: "asdf"
- match: "asdf"
replace: "asdf"
- domain: www.srf.ch
path: /article
regexRules:
- match: "asdf"
replace: "asdf"
- match: "asdf"
replace: "asdf"
domRules:
- match: "asdf"
replace: "asdf"
- match: "asdf"
replace: "asdf"