Inspired by all the "awesome-${anything}" lists out here on github, this is just a list of notes, links, and resources on various frontend topics.
Policies, browser interpretations, vendor lists, and best practices are changing rapidly to protect users priavcy online. This document aims to keep track of some resources and solutions focused on delivering a progressive user experience for managing policy consent on websites and apps.
- 01/01/2020 CCPA Effective Date
- 02/04/2020 Chrome 80 launches with
SameSite=Lax
cookie setting by default. - 02/??/2020 Chrome 81 launches with
strict-origin-when-cross-origin
as the default policy - 03/31/2020 GDPR TCF 2.0 switch-over from TCF 1.1
- 07/01/2020 CCPA Enforcement Date
- TCF V2.0 Registration notes March 31st deadline
- TCF 2.0 FAQ does not indicate a deadline
- CMP TCF 2.0 Validator is available, so there should be a deadline announced soon?
- CMP-list currently lists all TCF 1.1 compliant CMPs
- TCF 2.0 CMP API Changes
The California Attorney General issues the final regulations following a public discussion process. Instead of beginning on January 1, 2020, CCPA enforcement will instead begin six months from the date that the AG issues the final regulations, although in no event later than July 1, 2020.
02/04/2020 Chrome 80 launches with SameSite=Lax
cookie setting by default.
02/??/2020 Chrome 81 launches with strict-origin-when-cross-origin
as the default policy.