Can Google track me if I use Google Web Fonts?

前端 未结 2 1673
时光说笑
时光说笑 2021-02-12 23:35

By using Google Web Fonts can/does Google

  • process the text of the webpage (despite disallowed by robots.txt)
  • track the visitors of the webpage, and (theor
2条回答
  •  时光取名叫无心
    2021-02-13 00:10

    Google can for sure count your users and track their IP address, browser version, and such. It won't be able to access user cookies as the font resides on a different domain.

    By using a web font you are not sharing any content with the font provider, but your users may be providing a referrer address to the provider (the URL of the page containing the font request, i.e. using the font). If your page is public and does not require authentication, nothing prevents Google from reading this referrer, except best practices. If it requires authentication, then Google should not be able to get the text.

提交回复
热议问题