Looking to hire Laravel developers? Try LaraJobs

laravel-disable-google-floc maintained by chrysanthos

Description
Automatically disable Google's Floc in Laravel
Last update
2023/01/25 00:13 (dev-main)
License
Links
Downloads
1 044

Comments
comments powered by Disqus

Automatically disable Google's FLoC in Laravel apps

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.