No FLoC for me please Google
Posted April 23, 2021
A new approach to online tracking being trialed by Google has been under scrutiny this week, from developers and privacy advocates alike.
Along with others, I’m explicitly opting-out my website out of this program. Thankfully it’s a one-liner in my Nginx config.
+ add_header "Permissions-Policy" "interest-cohort=()";
According to Google, this tracking method is activated (for the time being) when sites do either of the following.
- Call
document.interestCohort()
- Load ads or ad-related resources (whatever Google determines this to be)
With that said, there’s no saying when or how this will change. Taking the hardline approach to avoid this behaviour seems sensible to me.
I’ve got more to say on the stances companies like Google take on privacy, but that’s a longer piece of writing for another day.
Thanks to Ruben Schade for his bit on FLoC too!