rules: add support for resource excludes
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
"ip_ranges": [
|
||||
"127.0.0.1/24",
|
||||
"::1/128"
|
||||
]
|
||||
],
|
||||
// if this regex matches the resource requested, this rule will not be applied
|
||||
"exclude_regex": ".*/commit/.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user