Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Storing .well-known/assetlinks.json in public repo?

Is it safe to store the file .well-known/assetlinks.json in a public repo? Since the statement list asks for a signing key, it seems like this is a sensitive file?

like image 981
rodrigo-silveira Avatar asked Oct 24 '25 09:10

rodrigo-silveira


1 Answers

Google's official generator does not ask for a signing key, just the fingerprint of the associated app. If some tool is asking for the signing key you might have encountered a phishing attempt.

like image 189
Kiskae Avatar answered Oct 27 '25 00:10

Kiskae