✏️ Hardening guide: Minor grammatical typo.

Viharm
2026-07-25 16:04:35 +01:00
parent 4182e38f3d
commit 82490385e5
+1 -1
@@ -41,7 +41,7 @@ Example GET request:
If your reverse proxy is configured to save access logs, or the access logs are shipped to an external service such as Prometheus + Promtail, it is recommended to redact the value of the `access_token` parameter on the external log store, or directly on your reverse proxy of choice, if supported.
No other data is ever send via GET request, encrypted or unencrypted.
No other data is ever sent via GET request, encrypted or unencrypted.
Be advised that internal vaultwarden logging strips query to 30 chars, hence access_token is truncated, meaning if not using reverse proxy, you shall be safe from this by default.