nofloc

nofloc

This WebExtension disallows FLoC by adding the proper HTTP Header.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "nofloc",
  "description": "This WebExtension disallows FLoC by adding the proper HTTP Header.",
  "version": "0.1",
  "background": {
    "scripts": [
      "optout.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}