diff options
author | Dylan William Hardison <dylan@mozilla.com> | 2014-08-12 07:03:48 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-08-12 07:03:48 +0200 |
commit | d999330304bef65c0f94fac2c504c19eb2e6ff41 (patch) | |
tree | f67b9e63dca2fafab5f14dfcabb6dd27262622e0 /.htaccess | |
parent | d95aecb50aa46d767efe9bc5cb31d089dedfb56d (diff) | |
download | bugzilla-d999330304bef65c0f94fac2c504c19eb2e6ff41.tar.gz bugzilla-d999330304bef65c0f94fac2c504c19eb2e6ff41.tar.xz |
Bug 1033897: Firefox OS MCTS Waiver Request Submission Form
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,5 +75,6 @@ RewriteRule ^form[\.:]mobile[\.\-:]compat$ enter_bug.cgi?product=Tech+Evangelism 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 ^form[\.:]fxos[\.\-:]mcts[\.\-:]waiver$ enter_bug.cgi?product=Firefox+OS&format=fxos-mcts-waiver RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE] RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE] |