demander IA de faire tous les modifications pour que le webapp soit pret au déploiement.
Force connection HTTPS, proxy-inversé, WSGI de production, reset cookie de conncection à chaque reconnection, limite sur les mdp, fichiers et One on One par minute, verification d'injection de SQL dans les champs d'entrées. renommage des fichiers lors du téléchargement, fichier de backup quotidien pour la bd et j'ai oublié quelque chose :(
This commit is contained in:
@@ -1893,3 +1893,58 @@ a:hover { color: var(--primary-dark); }
|
||||
[data-theme="dark"] .sort-link:hover {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
/* =========================================================================
|
||||
Error Pages
|
||||
========================================================================= */
|
||||
.error-container {
|
||||
text-align: center;
|
||||
padding: 60px 30px;
|
||||
max-width: 500px;
|
||||
margin: 40px auto;
|
||||
background: white;
|
||||
border-radius: var(--radius);
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
.error-icon {
|
||||
font-size: 4rem;
|
||||
margin-bottom: 20px;
|
||||
color: var(--gray-400);
|
||||
}
|
||||
|
||||
.error-container h2 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
color: var(--gray-800);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.error-container p {
|
||||
color: var(--gray-500);
|
||||
font-size: 0.95rem;
|
||||
margin-bottom: 24px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.error-container .btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
[data-theme="dark"] .error-container {
|
||||
background: var(--bg-secondary);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .error-icon {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .error-container h2 {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .error-container p {
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user