Often, there is a .well-known/assetlinks.json file located within webroot. That file can be used to discover an additional information which is not available from the front page:
- Website A declares that links to its site should open in a designated app on mobile devices, if the app is installed.
- Website A declares that it can share its Chrome user credentials with website B so that the user won't have to log in to website B if it is logged into website A.
- App A declares that it can share device settings, such as location, with website B.
I was wondering if you could add it for fingerprinting
https://developers.google.com/digital-asset-links/v1/getting-started
Often, there is a
.well-known/assetlinks.json
file located within webroot. That file can be used to discover an additional information which is not available from the front page:I was wondering if you could add it for fingerprinting
Update: Here is the full list of files which may be in the ".well-known" directory: https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml https://tools.ietf.org/html/rfc5785