TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Metomic Contextual Consent – a privacy layer under embedded content

27 点作者 benvan大约 5 年前

3 条评论

rapnie大约 5 年前
I really like the privacy-first products Metomic is creating, but from this perspective imho the Contextual page should have something like the Metomic footer allowing to navigate to the privacy policy (at <a href="https:&#x2F;&#x2F;metomic.io&#x2F;privacy-policy" rel="nofollow">https:&#x2F;&#x2F;metomic.io&#x2F;privacy-policy</a> )
评论 #22432579 未加载
ThePhysicist大约 5 年前
If you&#x27;re looking for an open-source consent solution there&#x27;s Klaro, which is used by thousands of websites already and is completely free (BSD-licensed):<p><a href="https:&#x2F;&#x2F;klaro.kiprotect.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;klaro.kiprotect.com&#x2F;</a><p>You can easily adapt it to various legislations (GDPR &amp; ePrivacy, CCPA, ...) and customize styling and code. It&#x27;s fully self-hostable and does not require any external resources, it also doesn&#x27;t send any information to third parties. Interactive consent as a feature (what they call contextual consent) is coming soon as well.<p>I like Metomic but I wouldn&#x27;t say it&#x27;s &quot;privacy-first&quot; as they log consent in their backend. This unnecessarily sends user data to a third party. Neither the ePrivacy directive nor the GDPR requires such a thing. I can understand why they want this data as they need to monetize their service, but I think it&#x27;s really pointless as you store a cookie that then allows you to retrieve consent data, which you could just as easily store directly in the cookie as well (which Klaro does). Storing consent directly in a cookie allows the website owner to check it on the server side if required, and to prove that the user was asked for his&#x2F;her consent.<p>Otherwise it seems like a great tool with a good UI!
评论 #22432737 未加载
rapnie大约 5 年前
Similar idea: <a href="https:&#x2F;&#x2F;vwochnik.github.io&#x2F;reveal-frame-component&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vwochnik.github.io&#x2F;reveal-frame-component&#x2F;</a>
评论 #22432649 未加载