ph00lt0 / django-no-floc

Middleware to opt out of Google's FLoC cohort tracking.

Home Page:https://pypi.org/project/django-no-floc/0.1.0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title
django-no-floc

image

image

image

Middleware to opt out of Google's FLoC cohort tracking.

Documentation

The full documentation is at https://django-no-floc.readthedocs.io.

Quickstart

Install django-no-floc:

pip install django-no-floc

Add it to your `INSTALLED_APPS`:

MIDDLEWARE = (
    ...
    'no_floc.middleware.NoFLoCMiddleware',
    ...
)

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

About

Middleware to opt out of Google's FLoC cohort tracking.

https://pypi.org/project/django-no-floc/0.1.0/

License:MIT License


Languages

Language:Python 100.0%