diff options
author | David Lawrence <dkl@mozilla.com> | 2015-06-10 16:05:26 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-06-10 16:05:26 +0200 |
commit | e780610fa12d0d7f57646e5f6086302d83355190 (patch) | |
tree | 0674771624075dd9fff22eec896415581878b7db /extensions | |
parent | 869a610c29cdfc1450c9d9f3cea15416953338f0 (diff) | |
download | bugzilla-e780610fa12d0d7f57646e5f6086302d83355190.tar.gz bugzilla-e780610fa12d0d7f57646e5f6086302d83355190.tar.xz |
Bug 1173124: Create a Firefox Friends Product w/ Components
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index a9b924c81..bf3816c79 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -191,6 +191,7 @@ our %product_sec_groups = ( "Developer Documentation" => 'websites-security', "Developer Ecosystem" => 'client-services-security', "Finance" => 'finance', + "Firefox Friends" => 'mozilla-employee-confidential', "Firefox Health Report" => 'cloud-services-security', "Infrastructure & Operations" => 'mozilla-employee-confidential', "Input" => 'websites-security', |