smic / flocoff
Sends a FLoC opt out header in each web page response
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.1.0
README
This small TYPO3 extension does nothing more than to add a Permissions-Policy: interest-cohort=()
to every
HTTP response sent by your TYPO3 website.
Why?
Read https://cleanuptheweb.org/ on why this header can improve the privacy of your visitors, users and customers.
The EFF on says "Google’s FLoC Is a Terrible Idea". WordPress is considering to treat FLoC as a security concern.
How?
Install this TYPO3 Extension using composer req smic/flocoff
. Currently it is compatible with TYPO3 v10 and v11.