summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-10-26 20:41:49 +0200
committerDylan William Hardison <dylan@hardison.net>2017-10-31 15:06:41 +0100
commitf290cbf7d093bab857111994514fdd5d5c60c41b (patch)
treea54a7f4b1ecf69060311db12ec03394ef2f39aee /.htaccess
parent4c9afb9aa9c3fa8cb16824a7a032d560f5780403 (diff)
downloadbugzilla-f290cbf7d093bab857111994514fdd5d5c60c41b.tar.gz
bugzilla-f290cbf7d093bab857111994514fdd5d5c60c41b.tar.xz
Bug 1264093 - Create new bug entry form for client security bugs
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index abcae4d2c..98614c422 100644
--- a/.htaccess
+++ b/.htaccess
@@ -100,6 +100,7 @@ RewriteRule ^form[\.:](ipc|IPC)$ enter_bug.cgi?product=Marketing&format=ipc [QSA
RewriteRule ^form[\.:]nda$ enter_bug.cgi?product=Legal&format=nda [QSA]
RewriteRule ^form[\.:]name[\.:]clearance$ enter_bug.cgi?product=Legal&format=name-clearance [QSA]
RewriteRule ^form[\.:]shield[\.:]studies$ enter_bug.cgi?product=Shield&format=shield-studies [QSA]
+RewriteRule ^form[\.:]client[\.:]bounty$ enter_bug.cgi?product=Firefox&format=client-bounty [QSA]
RewriteRule ^rest - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
RewriteRule ^(?:latest|1\.2|1\.3)/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE]