Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.81 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.81 KB

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.