Améliore les instructions ProtonDB et mets à jour le README

- Précise l'utilisation de l'outil d'inspection (F12) dans configurations.html
- Ajoute la compatibilité Firefox et Chrome pour la recherche des clés
- Mentionne l'onglet Réseau/Network pour localiser les requêtes
- Mets à jour le README avec les dernières informations du projet
This commit is contained in:
skylanix
2025-08-16 13:05:12 +02:00
parent 0a034bfabc
commit cb588c5c4a
3 changed files with 19 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ def signal_handler(sig, frame):
os._exit(0)
if __name__ == '__main__':
locale.setlocale(locale.LC_TIME, 'fr_FR.UTF-8')
locale.setlocale(locale.LC_TIME, 'fr_CH.UTF-8')
signal.signal(signal.SIGINT, signal_handler)
signal.signal(signal.SIGTERM, signal_handler)