Reduce verbosity of error messages, with addition of 500 and 429 pages
- Reduce verbosity of error messages in existing error pages with a short description of the error which occurred, followed by a bullet point list of probable causes. - Addition of HTTP Error 500 and 429 pages. - Add .gitignore file
This commit is contained in:
parent
4a4dba0bf3
commit
5e27955194
7 changed files with 79 additions and 11 deletions
|
@ -1,10 +1,17 @@
|
|||
[//]: # "Title: Access unauthorised"
|
||||
[//]: # "Title: Access Unauthorised"
|
||||
[//]: # "Summary: Access to this resource has been prohibited."
|
||||
|
||||
<div class="err">
|
||||
<h1>Access Unauthorised</h1>
|
||||
<p>Access to this resource has been prohibited, because either
|
||||
you have insufficient permissions to access this resource; or
|
||||
the ip address you're connecting from has been prohibited
|
||||
access to this server.</p>
|
||||
<p>Access to this resource has been prohibited.</p>
|
||||
|
||||
<p>There could be a few reasons for this:</p>
|
||||
|
||||
<ul>
|
||||
<li>Insufficient permission to access this resource;</li>
|
||||
<li>Connecting from a blocked network, or;</li>
|
||||
<li>A network associated with malicious traffic.</li>
|
||||
</ul>
|
||||
|
||||
<p>If you believe this to be in error, e-mail <a href="mailto:3EjmZHiLR@mozmail.com" class="ml" a="ten.muiroza" b="nimda"></a>.</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue