diff options
author | Byron Jones <bjones@mozilla.com> | 2012-08-21 10:19:00 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-08-21 10:19:00 +0200 |
commit | 2463f83dd807df761e548825e5101b5396b99462 (patch) | |
tree | a8f5631ee0f13fd418a9997dd47c08f486525b61 | |
parent | ba8c5fd18435d986cc0ac3c44fcc9799b76e8b64 (diff) | |
download | bugzilla-2463f83dd807df761e548825e5101b5396b99462.tar.gz bugzilla-2463f83dd807df761e548825e5101b5396b99462.tar.xz |
Bug 783300: add product www.mozilla.org
-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 649e678cb..1c85d6b4b 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -372,6 +372,7 @@ our %product_sec_groups = ( "Websites" => 'websites-security', "Websites Graveyard" => 'websites-security', "Webtools" => 'webtools-security', + "www.mozilla.org" => 'websites-security', "_default" => 'core-security' ); |