Block Floc checks in Chrome/uBO (original) (raw)

Prerequisites

Description

Block FloC requests within uBO

A specific URL where the issue occurs

Test case: https://amifloced.org/ But will eventually occur on various sites.

Steps to Reproduce

  1. Expect uBO to block requests using Floc
  2. Open : https://amifloced.org/
  3. Detects FloC

Expected behavior:

uBO should block FloC for privacy.
Have an option to counter google's tracking. Would recommend a default option for Chrome, but if not available a configurable option.

Actual behavior:

FloC isn't being blocked in uBO.

Your environment

Maybe too generic, but something like this:

! Remove Floc checks by websites when using Chrome
!#if env_chromium
*##+js(aopr, document.interestCohort)
*##+js(aopw, document.interestCohort)
!#endif