Skip to content

Opt out of FLoC cohort calculation

Release notes

To avoid users being tracked and categorized in any GitLab instance, Gitlab should send the

Permissions-Policy: interest-cohort=()

header by default.

Problem to solve

Chrome rolled out the FLoC feature already, where users are now categorized into different cohorts.

Advertisers will use this to uniquely target and track users

Intended users

Everyday normal person. From Compliance Manager to Content Editor.

User experience goal

The user should not be tracked and categorized by on his/her visits to gitlab.com or any other GitLab instance.

See: https://github.com/WICG/floc

Proposal

Disable FLoC by default. We can explore making this configurable based on demand.

To disable by default, we should send this header by default

Permissions-Policy: interest-cohort=()

Available Tier

  • Free

What does success look like, and how can we measure that?

FLoC should not consider gitlab.com browsing data

Links / references

Edited by Max Wittig