TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What does the GDPR penalty for loading fonts mean for website owners?

9 pointsby emschlrover 3 years ago
Story of GDPR penalty for loading external fonts from Google - https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30135264<p>I was thinking of starting my own blog recently. I like the idea of having comments section in blog powered by Disqus or another service that can be embedded in website with javascript. But this will be violating GDPR? Is it risky move?<p>From now on we should load all page resources from the same domain? No more using of external javascript to power syntax highlighting for code blocks, commenting section? What do website owners think about this penalty decision? What changes will you do to your websites to protect yourself?

7 comments

speedgooseover 3 years ago
If you really want to use Disqus, you could load the Disqus code after you obtain explicit consent from the user to be tracked by Disqus.
davidkuennenover 3 years ago
I already switched to hosting everything myself wherever possible for my website [1].<p>I think it&#x27;s becoming increasingly risky to include many different domains without naming them in your terms and explaining what they do with your users data (in this case the IP-Addresses).<p>It&#x27;d be hard for services like Disqus. In such cases I think you&#x27;d need to include them in your terms&#x2F;privacy policy.<p>Disclaimer: I&#x27;m no lawyer&#x2F;expert<p>[1]<a href="https:&#x2F;&#x2F;stockevents.app&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;stockevents.app&#x2F;en</a>
tannhaeuserover 3 years ago
IANAL, but it <i>could</i> mean that we&#x27;re going to see an <i>Abmahnwelle</i> in Germany, ie. where law firms systematically scan websites hosted in DE for violations and demand cash at the threat of sueing. The habit of <i>Abmahnen</i> is a staple in German civil law and is seen as part of <i>Rechtspflege</i> (upholding the law by putting economical interest behind), but its application has been limited in recent years by a high court AFAIK, and I don&#x27;t know how it could work in this particular case where visitors have individual claims. Which I think is the dangerous thing ie. continuing using Google Fonts and other CDNs without consent could set you up for quite a lot of claims.<p>FWIW, yesterday I rushed to change my sites to serve all assets locally.
评论 #30146315 未加载
Habgdnvover 3 years ago
If you have your blog self-hosted in your garage !IN EUROPE!, and your apache use custom log format that do not log IP addresses, and I add an &lt;img&gt; to some image on your site (example - some cool car), I should be OK?<p>Now imagine this: Then one day you change the image with something else (example - birds picture). Can I sue you that without my permission you changed MY website?<p>My logic is that if in court I am responsible for something that is outside my webserver (it is on your webserver), then you should be responsible too? (it is still your webserver)<p>What if one day you decide to start logging IP addresses, and move your blog from your garage server to AWS in USA without notifying me?
评论 #30146575 未加载
评论 #30148035 未加载
BjoernKWover 3 years ago
I think this decision isn&#x27;t helpful or beneficial - like many other decisions, rules, and provisions related to GDPR (the fundamental idea of which is good, it&#x27;s just that the implementation and execution is ... less so).<p>Decisions like that will only lead to more people and businesses hosting everything themselves when they probably shouldn&#x27;t. With font files there&#x27;s probably little that can happen in case one hosts those oneself.<p>However, for other aspects such as not being allowed anymore to use any third-party service with any connection to the US whatsoever, it&#x27;s not quite as simple.<p>If everyone now starts hosting everything themselves, we&#x27;ll end up with less secure systems, worse security, and less user privacy, because most people and most businesses won&#x27;t be able to maintain the same security standards as companies like Google. For many services, there simply is no EU-based alternative without any affiliation to US-based companies.<p>Even if there is, the question remains if those are able to provide the same level of security. Unfortunately, there&#x27;s this widespread fallacy that a service or provider automatically is &quot;safe&quot; simply by virtue of being EU-based.<p>Long story short, it is what it is. Not complying with this decision puts you at risk. If that risk is easily mitigated by loading files from your local server instead of a CDN, there&#x27;s no reason not to do it.<p>As for services such as Disqus it&#x27;s more complicated, though. Disqus isn&#x27;t exactly known for being particularly privacy-friendly. So, apart from the hosting question, it might be a good idea to look for alternatives anyway.<p>Blogging software products such as WordPress often provide a comment feature out-of-the-box. So, why use a third-party service for that in the first place?
评论 #30148132 未加载
ketz1over 3 years ago
No contact, no company, njala domain, cloudflare proxy. Problem solved for small sites&#x2F;blogs
评论 #30147824 未加载
dustedover 3 years ago
It&#x27;s idiotic beyond reasonable belief. It went wrong with the cookie misunderstanding (users own their browser, they are entirely free to use or not use the cookie feature). Now it just goes more wrong until it&#x27;s all wrong all the time.