diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-18 06:12:35 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-18 06:12:35 +0100 |
commit | 45a613343ad9d9042a13d2ed44e12f2dbe5fd269 (patch) | |
tree | 12dc17da1eeded8c18ea2716d243b01422ecd04a /.htaccess | |
parent | 0131b54976afdd3662475e7e84ad66c2997c0287 (diff) | |
download | bugzilla-45a613343ad9d9042a13d2ed44e12f2dbe5fd269.tar.gz bugzilla-45a613343ad9d9042a13d2ed44e12f2dbe5fd269.tar.xz |
Bug 852022: remove getVerifiedEmail() call from persona
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Redirect permanent /etiquette.html https://bugzilla.mozilla.org/page.cgi?id=etiq Redirect permanent /duplicates.html https://bugzilla.mozilla.org/duplicates.cgi RewriteEngine On +RewriteBase /852022/ RewriteRule ^review(.*) page.cgi?id=splinter.html$1 [QSA] RewriteRule ^favicon\.ico$ extensions/BMO/web/images/favicon.ico RewriteRule ^form[\.:](itrequest|mozlist|mktgevent|poweredby|presentation|trademark|recoverykey)$ enter_bug.cgi?product=mozilla.org&format=$1 |