Michael Yagudaev
Michael Yagudaev

Reputation: 6129

Google Domain Verification in Open Source Project

Are there any security concerns with checking in the google domain verification html file to an open source project? The site is hosted on heroku and all source is freely available on github to benefit the community.

Upvotes: 0

Views: 103

Answers (1)

G-Nugget
G-Nugget

Reputation: 8836

There is nothing to be concerned about as far as security with the Google verification HTML file. It's just a hash that they generate that only has a meaning to them. It can't be used to find out anything else about your site or Google account.

Upvotes: 2

Related Questions