=== Disable FLoC === Contributors: wpmunich,luehrsen Tags: privacy,floc,header,federated learning of cohorts,tracking Requires at least: 5.0 Tested up to: 5.7 Requires PHP: 7.2 License: GPLv2 License URI: https://www.gnu.de/documents/gpl-2.0.html Stable tag: 0.1.13 A simple zero-config plugin to opt-out of Google "Federated Learning of Cohorts" (FLoC). == Description == ## Disable the tracking of your users with FLoC. **Federated Learning of Cohorts** (FLoC) is a replacement for third party cookies in chromium browsers like Chrome to target users with ads based on their interests. The proposed solution is better than using third party cookies, but it still raises concerns in terms of privacy and data protection. This plugin tells your WordPress system to send a special header that disables FLoC on your website. There is no configuration needed besides installing the plugin. If you are a developer, we encourage you to follow along or [contribute](https://github.com/luehrsenheinrich/wpm-floc) to the development of this plugin [on GitHub](https://github.com/luehrsenheinrich/wpm-floc). ## More about FLoC - [**The Verge** - What is FLoC on Chrome and why does it matter?](https://www.theverge.com/2021/3/30/22358287/privacy-ads-google-chrome-floc-cookies-cookiepocalypse-finger-printing) - [**Web.dev** - What is Federated Learning of Cohorts (FLoC)?](https://web.dev/floc/) - [**Adalytics.io** - Who is sharing data with Google's FLoC ad algorithm?](https://adalytics.io/blog/google-chrome-floc) - [**Brave Browser** - Why Brave disables FLoC](https://brave.com/why-brave-disables-floc/) - [The **WICG** Draft for FLoC](https://wicg.github.io/floc/) == Installation == = From within WordPress = 1. Visit 'Plugins > Add New' 1. Search for 'Disable FLoC' 1. Activate the plugin from your Plugins page. = Manually = 1. Upload the 'Disable FLoC' folder to the `/wp-content/plugins/` directory 1. Activate 'Disable FLoC' through the 'Plugins' menu in WordPress == Changelog == = 1.0.0 = * Initial release