From ed95c7aa42d0644aee7caf736b5ff86e30a0c0e8 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 23 Apr 2021 23:06:47 +0300
Subject: [PATCH] Remvove all sites from Google's FLoC.

How can I miss the opportunity to interfere with Google in any way?
---
 snippets/common-headers.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/snippets/common-headers.conf b/snippets/common-headers.conf
index 84e4742..e97cb68 100644
--- a/snippets/common-headers.conf
+++ b/snippets/common-headers.conf
@@ -3,3 +3,4 @@
 # add_header directive there should be an `include snippets/common-headers.conf`
 # directive as well.
 add_header      X-Frame-Options SAMEORIGIN always;
+add_header      Permissions-Policy interest-cohort=();
-- 
GitLab