mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-08 21:48:05 -05:00
fixed quotes in FAQ
This commit is contained in:
@@ -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?",
|
||||
|
||||
Reference in New Issue
Block a user