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
|
||||
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:
|
||||
middlewares:
|
||||
- tls-redirect@file
|
||||
- floc-block@file
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ wireguard.cidr }}"
|
||||
|
|
Loading…
Reference in a new issue