summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-11-04 05:14:00 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-11-04 05:14:00 +0100
commit300d1ba13e050aa1e954dde640092c448184cbba (patch)
tree072d5ad6f9c80ad214d2be8562ca9838fdda31e2 /.htaccess
parent44401a7a368c2587aa091a883602a6fb23023f0c (diff)
downloadbugzilla-300d1ba13e050aa1e954dde640092c448184cbba.tar.gz
bugzilla-300d1ba13e050aa1e954dde640092c448184cbba.tar.xz
Bug 1083876: create a bugzilla template for whitelist applications
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 21ce60169..d5d3aa771 100644
--- a/.htaccess
+++ b/.htaccess
@@ -77,5 +77,6 @@ RewriteRule ^form[\.:]automative$ enter_bug.cgi?product=Testing&format=automativ
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 ^form[\.:]comm[\.:]newsletter$ enter_bug.cgi?product=Marketing&format=comm-newsletter
+RewriteRule ^form[\.:]screen[\.:]share[\.:]whitelist$ enter_bug.cgi?product=Firefox&format=screen-share-whitelist
RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE]