From 9e5938bd0287d734fa55cfe779cb0f62085f2e0e Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 31 Mar 2016 13:47:33 +1100 Subject: [PATCH] Feat (start_url): add privacy consideration (closes #399) --- index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/index.html b/index.html index e2da9d8f4..30be46b69 100644 --- a/index.html +++ b/index.html @@ -1736,6 +1736,27 @@

https://example.com/start_point.html.

+
+

+ Privacy consideration: start_url tracking +

+

+ It's conceivable that the start_url could be crafted + to indicate that the application was launched from outside the + browser (e.g., "start_url": + "index.html?launcher=homescreen"). 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 + UUID). This is fingerprinting/privacy sensitive + information that the user might not be aware of. +

+

+ Given the above, it RECOMMENDED that, upon installation, or any + time thereafter, a user agent allow the user to inspect and, if + necessary, modify the start URL of an application. +

+