summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/lib/Data.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/lib/Data.pm')
-rw-r--r--extensions/BMO/lib/Data.pm17
1 files changed, 11 insertions, 6 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index 30a32c95e..349f88093 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -58,7 +58,7 @@ our %autodetect_attach_urls = (
title => 'MozReview',
regex => $mozreview_url_re,
content_type => 'text/x-review-board-request',
- can_review => 1,
+ can_review => 0,
},
Phabricator => {
title => 'Phabricator',
@@ -114,6 +114,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
"External Software Affecting Firefox" => [],
"Firefox" => [],
"Firefox for Android" => [],
+ "GeckoView" => [],
"JSS" => [],
"MailNews Core" => [],
"Mozilla Labs" => [],
@@ -140,6 +141,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
"Data & BI Services Team" => [],
"Data Compliance" => [],
"Developer Engagement" => [],
+ "Firefox" => ["Security: Review Requests"],
"Infrastructure & Operations" => [],
"Marketing" => [],
"mozilla.org" => ["Security Assurance: Review Request"],
@@ -162,24 +164,27 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
"Firefox for Android" => [],
"Firefox for iOS" => [],
"Firefox" => [],
+ "GeckoView" => [],
"Hello (Loop)" => [],
"Cloud Services" => [],
"Tech Evangelism" => [],
"Toolkit" => [],
},
qr/^cf_has_regression_range$/ => {
- "Core" => [],
+ "Core" => [],
"Firefox for Android" => [],
"Firefox for iOS" => [],
- "Firefox" => [],
- "Toolkit" => [],
+ "Firefox" => [],
+ "GeckoView" => [],
+ "Toolkit" => [],
},
qr/^cf_has_str$/ => {
"Core" => [],
"Firefox for Android" => [],
"Firefox for iOS" => [],
- "Firefox" => [],
- "Toolkit" => [],
+ "Firefox" => [],
+ "GeckoView" => [],
+ "Toolkit" => [],
},
qr/^cf_cab_review$/ => {
"Infrastructure & Operations Graveyard" => [],