blob: 25329d6e9860748c7725256abccc5b1652b9727d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"matches": [
"https://bugzilla.redhat.com/show_bug.cgi",
"https://bz-web2-test.devel.redhat.com/show_bug.cgi",
"https://bugs.freedesktop.org/show_bug.cgi",
"https://bugzilla.mozilla.org/show_bug.cgi"
],
"skipMatches": [
"https://bugzilla.redhat.com/(process|post)_bug.cgi",
"https://bz-web2-test.devel.redhat.com/(process|post)_bug.cgi",
"https://bugzilla.mozilla.org/post_bug.cgi",
"https://bugzilla.mozilla.org/process_bug.cgi",
"https://bugzilla.(redhat.com|mozilla.org)/attachment.cgi$"
]
}
|