File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -817,14 +817,13 @@ <h3>
817
817
This can be useful for analytics and possibly other customizations.
818
818
However, it is also conceivable that developers could encode
819
819
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.
824
823
</ p >
825
824
< 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
828
827
represent a fingerprint that is not cleared when the user clears
829
828
site data. However, nothing in this specification can practically
830
829
prevent developers from doing this.
You can’t perform that action at this time.
0 commit comments