Audit your site for third-party cookies

Поделиться
HTML-код
  • Опубликовано: 10 июн 2024
  • Chrome is deprecating third-party cookies. You need to audit your site now, in order to ensure a smooth transition. In this video we'll show you how to check cookie usage on your site. You'll learn how to identify third-party cookies, and work out where they're coming from.
    00:00 Intro
    01:04 View cookie information in Chrome DevTools
    02:19 Use the DevTools Network panel to identify third-party cookies
    05:28 Use the DevTools Applications panel to list cookies by origin
    06:36 Use the DevTools Issues tab to identify cookie issues
    08:16 Find out more
    Resources:
    Preparing for the end of third-party cookies → goo.gle/3pcd
    SameSite cookies explained → web.dev/articles/samesite-coo...
    Subscribe to Chrome for Developers → goo.gle/ChromeDevs
    #ChromeForDevelopers #Chrome #CookieCountdown
  • НаукаНаука

Комментарии • 11

  • @ChromeDevs
    @ChromeDevs  6 месяцев назад +7

    Subscribe to Chrome for Developers → goo.gle/ChromeDevs

  •  5 месяцев назад +2

    Why some of the links in column name in a website doesn't have the cookies tab, next to time tab? The majority of the website I am browsing don't have that.

  • @user-xd3he3zv9k
    @user-xd3he3zv9k 19 дней назад

    where is the "Name" panel? Mine looks nothing like what you're showing in dev tools at 1:53 mark in the video. Any assistance would be appreciated. Actually I don't have a cookies tab in that view either. Is there a different setting?

  • @Deadmanstrolln
    @Deadmanstrolln 3 месяца назад

    So google tracking cookies are gonna be hit too, right?

  • @TukuStore
    @TukuStore 6 месяцев назад +2

    👍 thank you

    • @ChromeDevs
      @ChromeDevs  6 месяцев назад +2

      Thank you for watching!

  • @poisonedbard
    @poisonedbard 3 месяца назад

    So 3rd party cookies still technically DO exist right? Its just that 3rd party cookies with SameSite=None will also need a partition key? Is that right?

    • @ajaras
      @ajaras 3 месяца назад +1

      For a cookie to work cross site it HAS to set the attribute SameSite=None (that also requires the Secure attribute to be set). Otherwise, Chrome already blocks the cookie in cross-site contexts. The description has a link that explains in detail the SameSite attribute. Some of the functionality that was traditionally implemented using third-party cookies can be accomplished by using the partitioned attribute, but other use cases will need to migrate to other APIs like Storage Access API. All the details about to figure out what is the best migration out are in the other link in the description, the guide to prepare for the end of third-party cookies.

    • @poisonedbard
      @poisonedbard 3 месяца назад

      @@ajaras Thanks for the response. I did some testing with s where the domain is different from the top level domain. I completely understand the concepts of Samesite=None; Secure; Partitioned; cookies now. When you load that same Iframe on ANOTHER domain, the partition key for the cookie within the does not match... and the cookie is gone. Without Partition; that cookie would be visible but with a warning... for now.

  • @officialDeepakRaj190
    @officialDeepakRaj190 6 месяцев назад

    Veri nice RUclips ji