summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-03 20:09:11 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-07 00:19:20 +0200
commit5eab2f4864c28ab945f92800c3294e968dd01428 (patch)
treecdad53f653f0a362b2c370c16b489c0f49213501 /.htaccess
parentc05a32842ee123801b628f5fe0472cb6abbbafdb (diff)
downloadbugzilla-5eab2f4864c28ab945f92800c3294e968dd01428.tar.gz
bugzilla-5eab2f4864c28ab945f92800c3294e968dd01428.tar.xz
Bug 1373295 - Encoded slashes in url allow misleading text on unstyled 404 pages due to AllowEncodedSlashes
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index d8cf8f0c0..30aff3458 100644
--- a/.htaccess
+++ b/.htaccess
@@ -11,11 +11,6 @@
AddType image/x-icon .ico
AddType application/font-woff .woff
-ErrorDocument 401 /errors/401.html
-ErrorDocument 403 /errors/403.html
-ErrorDocument 404 /errors/404.html
-ErrorDocument 500 /errors/500.html
-
Redirect permanent /queryhelp.cgi https://bugzilla.mozilla.org/query.cgi?format=advanced&help=1
Redirect permanent /bug_status.html https://bugzilla.mozilla.org/page.cgi?id=fields.html
Redirect permanent /bugwritinghelp.html https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html