This commit is contained in:
Alex Emmet 2026-06-25 16:46:27 +02:00
commit 8194fff3b6
4 changed files with 93 additions and 66 deletions

View file

@ -45,7 +45,7 @@ config.server_certificate_hashes = [ // optional, for certificate pinn
### TLS Certificate Handling
By default — when `server_certificate_hashes` is not set — the browser uses its
By default, when `server_certificate_hashes` is not set, the browser uses its
**built-in root certificate store** to verify the server's TLS certificate,
just like any other HTTPS/WebSocket connection. This works with publicly-trusted
certificate authorities automatically.