18303 shaares
1707 private links
1707 private links
18 results
tagged
check
Dans la meme veine que https://haveibeenpwned.com et on peut rajouter https://haveibeensold.app
Check :
netsh interface tcp show global
Et si réglage auto sur "normal" :
netsh int tcp set global autotuninglevel=disabled
Parce qu'il était temps que je le fasse, éditer le fichier de configuration config.php (au niveau serveur, pas utilisateur) et éditer la partie "curl" :
'curl_options' =>
array (
CURLOPT_SSL_VERIFYHOST => 0,
CURLOPT_SSL_VERIFYPEER => false,
),
Check si les credentials ont été compromis un jour suite à un hack.