LaravelPackages.net
Acme Inc.
Toggle sidebar
jpmurray/laravel-nofloc

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

570
11
1.1.0
About jpmurray/laravel-nofloc

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

Laravel No FLoC

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.

Star History Chart