diff --git a/db/ignore_patterns/bugzilla.json b/db/ignore_patterns/bugzilla.json new file mode 100644 index 00000000..1dc664a1 --- /dev/null +++ b/db/ignore_patterns/bugzilla.json @@ -0,0 +1,12 @@ +{ + "name": "bugzilla", + "patterns": [ + "/[^.]+\.cgi\?(|.*&)GoAheadAndLogIn=1$", + "/attachment\.cgi\?bugid=[0-9]+&action=enter$", + "/enter_bug\.cgi\?cloned_bug_id=[0-9]+$", + "/buglist\.cgi.*[?&]order=[^&]+%2C", + "/buglist\.cgi.*[?&]title=.*&title=", + "/buglist\.cgi\?.*&component=[^&]+&product=[^&]+.*&order=" + ], + "type": "ignore_patterns" +}