chrysanthos / laravel-disable-google-floc
This package is abandoned and no longer maintained.
No replacement package was suggested.
Automatically disable Google's Floc in Laravel
Package info
github.com/chrysanthos/laravel-disable-google-floc
pkg:composer/chrysanthos/laravel-disable-google-floc
3.0.0
2023-01-24 23:13 UTC
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.