
內容簡介
這是一個簡單的零配置外掛,可以退出 Google 的「Federated Learning of Cohorts」(FLoC)。
停用 FLoC 追蹤您的使用者
「Federated Learning of Cohorts」(FLoC)是 Chromium 瀏覽器(如 Chrome)中用來基於使用者興趣定向廣告的第三方 cookie 替代方案。提出的解決方案比使用第三方 cookie 更好,但仍涉及使用者隱私和數據保護方面的擔憂。
這個外掛如何運作?
這個外掛會告訴您的WordPress系統發送一個特殊標頭,以禁用您的網站上的FLoC。除了安裝外,不需要任何配置。
如果您是開發人員,我們鼓勵您繼續關注或貢獻此外掛的開發在GitHub上。
更多關於 FLoC 的資訊
The Verge - 為什麼Chrome上的FLoC很重要?
Web.dev - 什麼是 Federated Learning of Cohorts(FLoC)?
Adalytics.io - 誰正與 Google 的 FLoC 廣告演算法分享數據?
Brave 瀏覽器 - 為什麼 Brave 禁用FLoC
FLoC 的 WICG 起草稿
封鎖方法
此外掛提供不同的方法來實現 FLoC 阻止 HTTP 標頭。
無/允許 FLoC:此方法不提供 FLoC 的退出選項。
簡單/PHP:適用於大多數 WordPress 設置。使用「wp_headers」過濾器提供 HTTP 標頭。
Apache/.htaccess:當您必須繞過快取時。僅在安裝了「mod_headers」模組的 Apache 伺服器上有效。將HTTP標頭寫入 .htaccess 檔案中。
與快取外掛兼容性
此外掛依賴於發送 HTTP 標頭到瀏覽器的能力。某些快取外掛會主動刪除這些 HTTP 標頭,因此會使此外掛的作用失效。
已知可以與簡單方法兼容的快取外掛有:
WP Super Cache - 您必須在 WP Super Cache 設置的高級選項卡中啟用「Cache HTTP headers with page content.」核取方塊。
外掛標籤
開發者團隊
原文外掛簡介
A simple zero-config plugin to opt-out of Google “Federated Learning of Cohorts” (FLoC).
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.
How does this plugin work?
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 to the development of this plugin on GitHub.
More about FLoC
The Verge – What is FLoC on Chrome and why does it matter?
Web.dev – What is Federated Learning of Cohorts (FLoC)?
Adalytics.io – Who is sharing data with Google’s FLoC ad algorithm?
Brave Browser – Why Brave disables FLoC
The WICG Draft for FLoC
Blocking Methods
This plugin offers different methods implement the FLoC blocking HTTP header.
None / Allow FLoC: This method does not provide an opt-out from FLoC.
Simple / PHP: Works for most WordPress setups. Uses the “wp_headers” filter to provide the HTTP header.
Apache / .htaccess: When you have to circumvent your cache. Only works on apache servers with the “mod_headers” module installed. Writes the HTTP header into the .htaccess file.
Compatibility with Cache Plugins
This plugin relies on the ability to deliver HTTP headers to the browser. Some Cache Plugins actively strip these HTTP headers and therefore invalidate the purpose of this plugin.
These cache plugins are known to be compatible with the Simple method:
WP Super Cache – You have to activate the “Cache HTTP headers with page content.” checkbox in the Advanced Tab of the WP Super Cache Settings.
