Can Google track me if I use Google Web Fonts?

主宰稳场 提交于 2019-12-04 16:43:13

问题


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 (theoretically) recognize them
  • track the changes made to the webpage (despite robots.txt)

Except knowing that another download is made to their font and css file, of course. :)

I assume Google naturally would/could count and track the number of visitors of my webpage, is this right?

edit: "I", "my" - I've tried to use these terms as "generally speaking" here


回答1:


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.



来源:https://stackoverflow.com/questions/10977593/can-google-track-me-if-i-use-google-web-fonts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!