這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Disable FLoC

外掛說明

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

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.

安裝方式

From within WordPress

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Disable FLoC’
  3. Activate the plugin from your Plugins page.

Manually

  1. Upload the ‘Disable FLoC’ folder to the /wp-content/plugins/ directory
  2. Activate ‘Disable FLoC’ through the ‘Plugins’ menu in WordPress

常見問題集

How do I check if it is working?

You can use the ‘Check FLoC’ link on the Plugins screen in your WordPress administration. Alternatively use an external tool to crawl your page. On example of such an external tool is the Uptrends HTTP response header check. With that tool you have to check if the “Permissions-Policy” header is present and if it contains the value “interest-cohort=()”.

The plugin is active, but the header is not there.

The most common issues come with caching plugins, that are often stripping headers. Make sure that HTTP Headers get cached with your site in the configuration of your page cache.

Why should I install this plugin when I’m not using the Chrome browser?

The plugin does not only stop your browser from tracking with FLoC, but also the browsers from all of your users. So you’re not primarily installing the plugin for yourself, but for your users.

使用者評論

2021 年 4 月 19 日
Just was reading about FLoC and was really happy to found this easy to use Plugin.
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Disable FLoC〉的開發相關工作。

參與者

〈Disable FLoC〉外掛目前已有 4 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Disable FLoC〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3.3

  • Fixed a minor issue with a whitespace where it should not have been.

1.3.2

  • Refactored the simple blocking method as suggested by @tjnowell in the FLoC discussion in make core.

1.3.0

  • Added some proper settings found in the ‘Reading’ settings.
  • Added help text to the ‘Reading’ page to explain these settings.
  • Add the ‘apache’ method to disable FLoC in complicated hosting settings.

1.2.1

  • Updated the asset art to better fit on social media.
  • Resolved a deprecation for jQuery ‘click’. (thanks @backups)

1.2.0

  • Added a method to check presence of the FLoC header. The “Check FLoC” Button on your plugins page in wp-admin should do that for you.

1.1.1

  • Removed unneeded dependency.
  • Removed inactive JavaScript remains.

1.1.0

1.0.0

  • Initial release