Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Disable FLoC

Descrizione

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.

Come funziona questo plugin?

Questo plugin comunica a WordPress di inviare un header HTTP che disattiva FLoC sul tuo sito web. Non è richiesta nessuna procedura manuale, è sufficiente installare questo plugin.

Se sei un programmatore ti incoraggiamo a seguire o a contribuire allo sviluppo di questo plugin su GitHub.

More about FLoC

Metodi di blocco

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.

Compatibilità con i plugin di caching

Questo plugin si basa sulla capacità di trasmettere header HTTP al browser. Alcuni plugin di caching rimuovono questi header HTTP e quindi annullano l’effetto di questo plugin.

Questi plugin di caching sono ritenuti compatibili con il metodo Semplice:

  • 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.

Installazione

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

FAQ

Come faccio a capire se sta funzionando?

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=()”.

Il plugin è attivo ma l’header non è presente.

I problemi più frequenti sono causati dai plugin di caching che spesso rimuovono gli header HTTP. Assicurati che gli header HTTP del tuo sito siano inseriti nella cache attivando la relativa funzione nel plugin di caching.

Perché dovrei installare questo plugin se non sto usando Google Chrome?

Questo plugin impedisce non solo al tuo browser di essere tracciato con FLoC ma anche ai browser delle persone che visitano il tuo sito. Oltre che per te, stai installando questo plugin anche per tutti i visitatori del tuo blog.

Recensioni

19 Aprile 2021
Just was reading about FLoC and was really happy to found this easy to use Plugin.
Leggi tutte le recensioni di 4

Contributi e sviluppo

“Disable FLoC” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Disable FLoC” è stato tradotto in 4 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Disable FLoC” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

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