包阅导读总结
1. 关键词:Google、Third-Party Cookies、Privacy、Personalization、Developer Experience
2. 总结:本文探讨了 Google 对第三方 cookies 态度的转变,以及其终结可能带来的影响,包括对用户隐私、个性化体验、开发者工作和网络安全标准的改变,还提及了应对策略和未来发展趋势。
3. 主要内容:
– 早期网络中 Netscape 创建浏览器 cookies 改善用户体验,后广告商利用第三方 cookies 追踪用户
– Google 原计划 2025 年在 Chrome 和基于 Chromium 的浏览器中默认弃用第三方 cookies,后撤回计划
– 终结第三方 cookies 有好处也带来诸多问题,如影响个性化再营销
– Google 投资 Privacy Sandbox 提供替代方案,同时要求开发者重新思考安全实践
– 开发者应审计应用和网站中第三方 cookies 的使用,制定应对方案,可能转向第一方 cookies 等替代机制
思维导图:
文章地址:https://thenewstack.io/google-and-the-future-of-online-privacy-moving-beyond-third-party-cookies/
文章来源:thenewstack.io
作者:Gilad Shriki
发布时间:2024/7/26 16:37
语言:英文
总字数:1016字
预计阅读时间:5分钟
评分:89分
标签:网络隐私,谷歌浏览器,第三方 Cookie,隐私沙箱 API,用户安全
以下为原文内容
本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com
Update: I liked how this article turned out and was pleased that I was able to cover the impending demise of third-party cookies from different angles. Fate had other things in store, though – a few days after writing this, Google reversed its decision to end third-party cookies (for now).
As I was cursing my luck and thinking of alternate timelines, theMarvel series “What If…?”came to mind. This series covers what would happen if Peggy Carter became Captain America, or if Doctor Strange turned evil, or if the Avengers were attacked by zombies, and so on.
I now humbly segue and present you with: “What If…Developers Had to Navigate a World Without Cookies?”
In the early days of the web, if you changed a setting on a website or placed something in your shopping cart, refreshing the page would mean starting all over again. Websites treated every visitor like a stranger. To create more personalized online experiences based on past sessions, Netscape created browser cookies, which saved the user’s preferences and browsing history on their device. Other browsers quickly adopted this helpful functionality.
While Netscape’s introduction of first-party cookies aimed to improve the user experience by remembering preferences and settings, advertisers soon began to implement third-party cookies to track users’ internet activity and target them with ads based on previous websites they had visited. Over the years, first-party cookies have been used for authentication and logging in to websites, while third-party cookies have been used and abused for targeted advertising, tracking users across websites, data collection, and other types of surveillance.
For these privacy reasons, Google planned to follow in the footsteps of Mozilla and Apple, which already block third-party cookies in Firefox and Safari, respectively, and deprecate third-party cookies by default in Chrome and Chromium-based browsers in 2025. Google has already restricted third-party cookies by default for 1% of Chrome users. The company has since pulled back on these plans.
While the end of third-party cookies has its benefits, the proof will be in the pudding — as with any significant change, the end of third-party cookies raises many questions. Regardless of how you feel about the end of third-party cookies, you must think through what the change means for your apps and projects. Some use cases will not be possible when third-party cookies disappear, and you’ll need solutions.
Balancing Privacy and Personalization
Google says privacy is the main driver behind its plan to stop supporting third-party cookies in Chrome. Without third-party cookies, personalized remarketing simply can’t be done.
If the end of third-party cookies works as advertised, I look forward to not seeing intrusive popups, not being tracked as an individual online, and not being served ads that I don’t want to see. However, given that Google and many others rely on third-party cookies to make billions of dollars, third-party cookies won’t disappear without being replaced.
While phasing out third-party cookies, Google is simultaneously investing in Privacy Sandbox, which aims to offer privacy-preserving alternatives to anyone who needs to serve content and ads for their businesses. The Privacy Sandbox APIs will let Chrome and any other browser that adopts them act locally on their device’s behalf to protect the user’s identifying information as they browse. For example, the Topics API enables interest-based advertising without tracking the sites an individual user visits.
As Privacy Sandbox continues to gain traction, developers will have a new set of web standards to adhere to when creating apps and websites. These standards will ensure privacy while also maintaining a level of personalization.
Setting a New Standard for User Security
For decades, cookies have allowed developers to adopt subpar security practices for user authentication and tracking. Third-party cookies were available, and they could store user authentication information and details. However, since these were third-party cookies, nobody had any control over who could use or access the data within.
The potential end of third-party cookies will result in security improvements, requiring developers to rethink their previous methods and adopt new ways to handle user authentication and identifying information securely. Think of third-party cookie elimination as a forcing function for storing that information more securely, such as with HTTPOnly and Secure Cookies.
If you rely on third-party cookies, you’ll need to find privacy-preserving ways of authentication and identification. One potential solution is the FedCM API, designed to let identity providers make identity federation services available on the web without needing third-party cookies and redirects. The FedCM API enables federated authentication for activities such as signing up or signing in.
Redefining the Developer Experience
The end of third-party cookies is an opportunity to fix the mistakes or bad practices you may have followed while building your apps and websites years ago. This should help make your apps and websites more private and secure, but it’s also a chance to reflect on how much control you really need over every aspect of your app or site.
As we move into a cookie-less world, how much time do you want to dedicate to keeping up with these changes? You may want to outsource some of this work so that you don’t have to be an expert on all things cookies and can instead have a dedicated tool that keeps track of every change and update.
Perform a thorough audit to see where your applications and websites use third-party cookies and develop solutions for those scenarios. For each process that uses third-party cookies that you built yourself, devise a game plan for whether you will continue building or employ a third-party provider.
One solution is to reduce third-party cookie use and employ other mechanisms like session IDs in areas such as authentication, where reduction is impossible. I suspect many developers will shift from third-party cookies to first-party cookies, which might drive other implementation changes, like using custom domains or profile databases. If you already use a provider to handle third-party cookies, check if they support moving to first-party cookies.
YOUTUBE.COM/THENEWSTACK
Tech moves fast, don’t miss an episode. Subscribe to our YouTubechannel to stream all our podcasts, interviews, demos, and more.