mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-19 19:29:02 +02:00
opt-out google's floc tracking
https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
This commit is contained in:
parent
2de534b83b
commit
4ceb18952b
@ -24,6 +24,10 @@ server {
|
|||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
root /www/;
|
root /www/;
|
||||||
|
|
||||||
|
# opt-out of google's floc tracking
|
||||||
|
# https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea
|
||||||
|
add_header Permissions-Policy "interest-cohort=()";
|
||||||
|
|
||||||
# redirect to greenlight
|
# redirect to greenlight
|
||||||
location = / {
|
location = / {
|
||||||
return 302 /b;
|
return 302 /b;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user