Skip to content

Commit

Permalink
chore: tidy (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored May 2, 2024
1 parent 2a8fc0a commit 3aab3be
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -817,14 +817,13 @@ <h3>
This can be useful for analytics and possibly other customizations.
However, it is also conceivable that developers could encode
strings into the start_url that uniquely identify the user (e.g., a
server-assigned identifier, such as `"?user=123"`,
`"/user/123/"`, or `"https://user123.foo.bar"`). This is
fingerprinting/privacy sensitive information that the user might
not be aware of.
server-assigned identifier, such as `"?user=123"`, `"/user/123/"`,
or `"https://user123.foo.bar"`). This is fingerprinting/privacy
sensitive information that the user might not be aware of.
</p>
<p class="note" title="Don't add identifiers to start URLs">
It is bad practice for a developer to use the [=start URL=]
to include information that uniquely identifies a user, as it would
It is bad practice for a developer to use the [=start URL=] to
include information that uniquely identifies a user, as it would
represent a fingerprint that is not cleared when the user clears
site data. However, nothing in this specification can practically
prevent developers from doing this.
Expand Down

0 comments on commit 3aab3be

Please sign in to comment.