summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-07-03 07:28:33 +0200
committerDylan William Hardison <dylan@hardison.net>2014-07-14 18:29:40 +0200
commitf7e326aa8d8a30eebb0156223a9e554bffc0f5ac (patch)
treefba5ceb7d3ff9b69b16e48ebfeb56a08ca6f60c9 /.htaccess
parent3365665c903b95ed354b269d63d312a27d89fce7 (diff)
downloadbugzilla-f7e326aa8d8a30eebb0156223a9e554bffc0f5ac.tar.gz
bugzilla-f7e326aa8d8a30eebb0156223a9e554bffc0f5ac.tar.xz
Bug 1028269 - Firefox OS Pre-load App Info Request Form
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index a901a444a..b3f4d9e85 100644
--- a/.htaccess
+++ b/.htaccess
@@ -74,5 +74,6 @@ RewriteRule ^form[\.:]dev[\.\-:]engagement[\.\-\:]event$ enter_bug.cgi?product=D
RewriteRule ^form[\.:]mobile[\.\-:]compat$ enter_bug.cgi?product=Tech+Evangelism&format=mobile-compat
RewriteRule ^form[\.:]web[\.:]bounty$ enter_bug.cgi?product=mozilla.org&format=web-bounty
RewriteRule ^form[\.:]automative$ enter_bug.cgi?product=Testing&format=automative
+RewriteRule ^form[\.:]fxos[\.\-:]preload[\.\-:]app$ enter_bug.cgi?product=Marketplace&format=fxos-preload-app
RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE]