use eTLD+1, not TLD

This commit is contained in:
Kevin Gibbons 2023-04-26 17:07:33 -07:00 committed by Ben Wiser
parent a8fa24ac50
commit c7366e82ec
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ an environment integrity attestation on the web page and send it to the web serv
// getEnvironmentIntegrity expects a “content binding” of the request you are
// about to make. The content binding protects against this information being
// used for a different request.
// The contentBinding will be concatenated with top-level domain name and hashed
// The contentBinding will be concatenated with eTLD+1 and hashed
// before it is sent to the attester.
const contentBinding = `/someRequestPath?requestID=xxxx` +
"Any other data needed for a request-specific contentBinding...";