jpmurray / laravel-nofloc
Adds a header response that should be opting out your site from being used for Google's FloC tracking.
Requires
- illuminate/support: ~7|~8|~9
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
README
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.
Installation & usage
Via Composer
$ composer require jpmurray/laravel-nofloc
That's all. The header will be added to all request via a global middleware.
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- [Jean-Philippe Murray][https://github.com/jpmurray]
- All Contributors
License
MIT. Please see the license file for more information.