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

3.0.0 2023-01-24 23:13 UTC

This package is auto-updated.

Last update: 2023-03-01 22:29:13 UTC


README

Latest Version on Packagist run-tests Total Downloads

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.