fixed quotes in FAQ

This commit is contained in:
Hendrik Eeckhaut
2024-05-21 09:28:00 +02:00
parent a44de7c53e
commit 0b8cae957f

View File

@@ -29,8 +29,7 @@ export const FAQS: FAQItem[] = [
},
{
question: "Can the server detect that a TLS session is being notarized?",
answer: `
To the server, the TLS connection appears the same as any other connection. Only the User communicates with the Server, not the Notary or the Verifier. However, the timing patterns of TLS communication might have a different fingerprint, so through statistical analysis, specific identifying patterns might be uncovered.`,
answer: "To the server, the TLS connection appears the same as any other connection. Only the User communicates with the Server, not the Notary or the Verifier. However, the timing patterns of TLS communication might have a different fingerprint, so through statistical analysis, specific identifying patterns might be uncovered.",
},
{
question: "Can TLSNotary be used for public data?",