Re: [w3c/manifest] Privacy Review: handle start_url tracking (#399)

I think the question of fingerprints is a serious problem.
The only solution I can think of would be a central registry, which would only allow one url per domain and language.

```json
"start_url": "https://pwa-registry.org?url=example.com/app.webmanifest&lang=en"
```
The url https://pwa-registry.org?url=example.com/en.webmanifest&lang=en 
then would redirect to example.com/en.webmanifest or deliver its contents.

Someone like mozilla would have to maintain the registry.

I would even assume this as "installability signals".




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/399#issuecomment-663144305

Received on Thursday, 23 July 2020 17:49:08 UTC