Update docs/protocol/custom_extension.md

Co-authored-by: yuroitaki <25913766+yuroitaki@users.noreply.github.com>
This commit is contained in:
Hendrik Eeckhaut
2025-05-22 09:24:01 +02:00
committed by GitHub
parent dd9df6d64d
commit 468dd8aa37

View File

@@ -45,7 +45,7 @@ The [Notary server](https://github.com/tlsnotary/tlsn/tree/main/crates/notary/se
NS_NOTARIZATION__ALLOW_EXTENSIONS=true cargo run --release
```
Currently, the notary server does not support adding its own extensions or performing validations on `Prover`-supplied extensions out of the box. To do so, youll need to extend the notary server using the APIs outlined in the [API docs](https://tlsnotary.github.io/tlsn/tlsn_core/attestation/index.html#extensions).
Currently, the notary server does not support adding its own extensions or performing validations on extensions requested by the `Prover` out of the box. To do so, youll need to extend the notary server using the APIs outlined in the [API docs](https://tlsnotary.github.io/tlsn/tlsn_core/attestation/index.html#extensions).
### Verifier