You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing the getSecretResponse function to redact the response in a browser extension plugin, the current implementation performs a regular web request replay (without TLSNotary) and uses the result for redactions. However, this replayed response is not always identical to the original notarized response, leading to incorrect or inaccurate redactions.
To resolve this issue, we need to ensure that the actual notarized transcript, which the Prover has in plaintext, is used for redactions instead of relying on the result of a replayed request.
The text was updated successfully, but these errors were encountered:
When implementing the
getSecretResponse
function to redact the response in a browser extension plugin, the current implementation performs a regular web request replay (without TLSNotary) and uses the result for redactions. However, this replayed response is not always identical to the original notarized response, leading to incorrect or inaccurate redactions.To resolve this issue, we need to ensure that the actual notarized transcript, which the Prover has in plaintext, is used for redactions instead of relying on the result of a replayed request.
The text was updated successfully, but these errors were encountered: