Browse Source

✏️ Reword translation title

pull/14532/head
Sebastián Ramírez 7 months ago
parent
commit
885be4ccde
  1. 2
      docs/es/docs/advanced/security/http-basic-auth.md

2
docs/es/docs/advanced/security/http-basic-auth.md

@ -52,7 +52,7 @@ if not (credentials.username == "stanleyjobson") or not (credentials.password ==
Pero al usar `secrets.compare_digest()` será seguro contra un tipo de ataques llamados "timing attacks".
### Ataques de temporización { #timing-attacks }
### Timing attacks { #timing-attacks }
¿Pero qué es un "timing attack"?

Loading…
Cancel
Save