FLoC Block
https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
This commit is contained in:
parent
9ad64b444a
commit
03affd269f
2 changed files with 7 additions and 0 deletions
|
@ -5,3 +5,9 @@ http:
|
||||||
scheme: https
|
scheme: https
|
||||||
compress:
|
compress:
|
||||||
compress: {}
|
compress: {}
|
||||||
|
|
||||||
|
# https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
|
||||||
|
floc-block:
|
||||||
|
headers:
|
||||||
|
customResponseHeaders:
|
||||||
|
Permissions-Policy: interest-cohort=()
|
||||||
|
|
|
@ -16,6 +16,7 @@ entryPoints:
|
||||||
http:
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
- tls-redirect@file
|
- tls-redirect@file
|
||||||
|
- floc-block@file
|
||||||
proxyProtocol:
|
proxyProtocol:
|
||||||
trustedIPs:
|
trustedIPs:
|
||||||
- "{{ wireguard.cidr }}"
|
- "{{ wireguard.cidr }}"
|
||||||
|
|
Loading…
Reference in a new issue