Skip to content

Commit 3aab3be

Browse files
chore: tidy (#1119)
1 parent 2a8fc0a commit 3aab3be

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -817,14 +817,13 @@ <h3>
817817
This can be useful for analytics and possibly other customizations.
818818
However, it is also conceivable that developers could encode
819819
strings into the start_url that uniquely identify the user (e.g., a
820-
server-assigned identifier, such as `"?user=123"`,
821-
`"/user/123/"`, or `"https://user123.foo.bar"`). This is
822-
fingerprinting/privacy sensitive information that the user might
823-
not be aware of.
820+
server-assigned identifier, such as `"?user=123"`, `"/user/123/"`,
821+
or `"https://user123.foo.bar"`). This is fingerprinting/privacy
822+
sensitive information that the user might not be aware of.
824823
</p>
825824
<p class="note" title="Don't add identifiers to start URLs">
826-
It is bad practice for a developer to use the [=start URL=]
827-
to include information that uniquely identifies a user, as it would
825+
It is bad practice for a developer to use the [=start URL=] to
826+
include information that uniquely identifies a user, as it would
828827
represent a fingerprint that is not cleared when the user clears
829828
site data. However, nothing in this specification can practically
830829
prevent developers from doing this.

0 commit comments

Comments
 (0)