jpmurray/laravel-nofloc

Adds a header response that should be opting out your site from being used for Google's FloC tracking.

1.1.0 2022-07-14 18:18 UTC

This package is auto-updated.

Last update: 2024-04-14 22:03:44 UTC


README

Latest Version on Packagist Total Downloads

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

License

MIT. Please see the license file for more information.