clean up
This commit is contained in:
29
ruleset.yaml
29
ruleset.yaml
@@ -1,24 +1,15 @@
|
||||
- domain: www.example.ch
|
||||
- domain: www.example.com
|
||||
path: /article
|
||||
regexRules:
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- match: <script\s+([^>]*\s+)?src="(/)([^"]*)"
|
||||
replace: <script $1 script="/https://www.example.com/$3"
|
||||
domRules:
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- domain: www.srf.ch
|
||||
path: /article
|
||||
- match: "tobe.defined"
|
||||
replace: "test"
|
||||
- domain: www.anotherdomain.com
|
||||
regexRules:
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- match: <script\s+([^>]*\s+)?src="(/)([^"]*)"
|
||||
replace: <script $1 script="/https://www.example.com/$3"
|
||||
domRules:
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- match: "asdf"
|
||||
replace: "asdf"
|
||||
- match: "tobe.defined"
|
||||
replace: "test"
|
||||
Reference in New Issue
Block a user