I don't know why people use fonts served from Google on their websites. Just serve the fonts from the server the site is on. It's like having javascript libraries served by 3rd parties; it's less robust.
GDPR penalty for passing on of IP address to Google by using Google Fonts
271–280 of 656 posts
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#272Hopefully we won't see popups like "This site will forward your IP address to Google is that OK?", because I'm already beyond bored with "This site uses cookies do you accept?".
I too was pissed about the popups until I realized it the companies throwing up the popups that are to blame. Hosting all your assets by yourself, on your own servers and doing analytics without sending data to a third party is not a terribly tall order.
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#273Earlier quoted context omitted.
> The browsers don't share third-party caches across domains Do you have a source for this? I believe(d?) it too, but when re-checking just now, I could not find any.
I couldn't find anything related to Edge. Safari: https://webkit.org/blog/8613/intelligent-tracking-prevention... Chrome: https://developers.google.com/web/updates/2020/10/http-cache... Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1536058
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#274Earlier quoted context omitted.
The plaintiff's browser did what the defendant's code ordered it to do. If the defendant's code violated GPDR (which seems to be the court's conclusion) by sending the plaintiff's browser somewhere, it's a defendant's problem, not plaintiff's.
Yeah, that's exactly the agency argument. It's not as if the plaintiff's browser is actually under control of the defendant, a user agent is not forced to follow the instructions that are contained in a website it requested on behalf of its user.
In theory and in practice it is, though. The browser viewport, by executing remote code, is in fact under control of the defendant's website.
Most websites are closed-source. The "instructions" are not available to the customer.
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#275Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#276The ruling says the website owner illegally shared the user’s IP address with Google. AFAIK, this is an incorrect interpret of events. The website merely tells the user’s browser that the content is intended to be displayed using a font that, if not installed on the user’s computer, can be downloaded from Google’s server. It is the the user’s browser that initiates a request to Google’s server. A request by the websi…
Seems like laws don't understand how tech works...
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#277Earlier quoted context omitted.
I don't think forcing each and every single website provider to implement their own consent forms is the right approach to regulating this. User agents should have the ability to convey and enforce privacy preferences on behalf of the user, and website providers should be legally required to comply with these if possible (or refuse service if not). But requiring ever more complex, explicit and custom opt-in consent f…
There are two options to do what's required by the law: either A. not sending users' personal data to third parties; or B. receive informed consent from the users before sending their personal data to third parties. If the option B seems unwanted for some reason (any reason), there is still option A. Implementing a different solution (that breaks the law) has consequences.
Imagine embedding many social media sites. Instead of forcing the social media sites or browser vendors to create embeddings that ask for consent themselves, the website provider has to ask for consent on behalf of all external sites before loading any content. As a web developer, this is a nightmare.
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#278Am I getting this correctly or not?
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#279Earlier quoted context omitted.
What value exactly is there in Google seeing that IP X requested font Y, assuming there’s no Referer header - which there won’t be, assuming Referer-Policy is set sanely (which by default it is in all browsers)?
If you are logged in to Google and visited YouTube earlier that day they already know that you are behind IP X with device Z and use that information later on by connecting it with the font API key of mydomain.de Remember that your user agent is sent as well.
Re: GDPR penalty for passing on of IP address to Google by using Google Fonts
#280The ruling says the website owner illegally shared the user’s IP address with Google. AFAIK, this is an incorrect interpret of events. The website merely tells the user’s browser that the content is intended to be displayed using a font that, if not installed on the user’s computer, can be downloaded from Google’s server. It is the the user’s browser that initiates a request to Google’s server. A request by the websi…