Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmurray/laravelnofloc
Adds a header to every response to try and twart Google's usage of your site in it's FLoC tracking method.
https://github.com/jpmurray/laravelnofloc
Last synced: 8 days ago
JSON representation
Adds a header to every response to try and twart Google's usage of your site in it's FLoC tracking method.
- Host: GitHub
- URL: https://github.com/jpmurray/laravelnofloc
- Owner: jpmurray
- License: mit
- Created: 2021-04-17T13:51:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T18:18:09.000Z (over 2 years ago)
- Last Synced: 2024-11-02T12:11:50.190Z (15 days ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# Laravel No FLoC
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-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](https://seirdy.one/2021/04/16/permissions-policy-floc-misinfo.html) to get to know why it might work well, why it might not.
## Installation & usage
Via Composer
``` bash
$ 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](changelog.md) for more information on what has changed recently.
## Contributing
Please see [contributing.md](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
- [Jean-Philippe Murray][https://github.com/jpmurray]
- [All Contributors][link-contributors]## License
MIT. Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/jpmurray/laravel-nofloc.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/jpmurray/laravel-nofloc.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/jpmurray/laravel-nofloc/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield[link-packagist]: https://packagist.org/packages/jpmurray/laravel-nofloc
[link-downloads]: https://packagist.org/packages/jpmurray/laravel-nofloc
[link-travis]: https://travis-ci.org/jpmurray/laravel-nofloc
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/jpmurray
[link-contributors]: ../../contributors