chrysanthos / laravel-disable-google-floc
Automatically disable Google's Floc in Laravel
Installs: 1 042
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >7.4
- illuminate/contracts: ^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^6.17
- phpunit/phpunit: ^9.5
README
This package automatically disables Google's FLoC for your laravel app.
Installation
You can install the package via composer:
composer require chrysanthos/laravel-disable-google-floc
Usage
This package will automatically register a middleware in the web group which adds the Permissions-Policy
header to disable FLoC.
Note that you can still override this by manually adding the header where needed.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.