All checks were successful
continuous-integration/drone/push Build is passing
Currently implements both a format hook to remove white-space paragraphs, and a check to make their existence a critical failure. In the end may implement only one or none of these, subject to major design changes. Solves #5409 Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5431 Co-authored-by: delliott <delliott@fsfe.org> Co-committed-by: delliott <delliott@fsfe.org>
25 lines
728 B
HTML
25 lines
728 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html>
|
|
<version>1</version>
|
|
|
|
<head>
|
|
<title>Codice di stato HTTP 401: autorizzazione negata</title>
|
|
</head>
|
|
|
|
<body class="errorpage">
|
|
<h1>Codice di stato HTTP 401: autorizzazione negata</h1>
|
|
<p>
|
|
Il server della FSFE non è in grado di verificare la tua autorizzazione ad accedere
|
|
all'URL "<!--#echo encoding="url" var="REDIRECT_URL" -->".
|
|
Potresti aver digitato delle credenziali erronee (password o nome utente sbagliati), oppure il
|
|
tuo browser potrebbe non essere in grado di trasmettere correttamente le credenziali inserite.
|
|
</p>
|
|
</body>
|
|
|
|
<translator>Sebastiano Pistore</translator>
|
|
</html><!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|