Adds a header response that should be opting out your site from being used for Google's FloC tracking.
jpmurray/laravel-nofloc is a Laravel package for adds a header response that should be opting out your site from being used for google's floc tracking..
It currently has 11 GitHub stars and 570 downloads on Packagist (latest version 1.1.0).
Install it with composer require jpmurray/laravel-nofloc.
Discover more Laravel packages by jpmurray
or browse all Laravel packages to compare alternatives.
Last updated
This package will add the Permissions-Policy: interest-cohort=() to try and twart Google's usage of your site in it's FLoC tracking method.
That being said, it might not be a foolproof method. See Seirdly.one's post to get to know why it might work well, why it might not.
Via Composer
$ composer require jpmurray/laravel-nofloc
That's all. The header will be added to all request via a global middleware.
Please see the changelog for more information on what has changed recently.
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
MIT. Please see the license file for more information.