From cfba896aaebb22c7ffee0c42640f1660a3e45d1f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 26 Feb 2021 18:06:32 +0200
Subject: [PATCH] Revert "Temporarily disable CSP in Nextcloud."

This reverts commit 5fd00d28c734a1fbdd4f6e690e3124454a9c6c80.
---
 conf.d/nextcloud.shore.co.il.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/conf.d/nextcloud.shore.co.il.conf b/conf.d/nextcloud.shore.co.il.conf
index 2ba48e1..cb4389c 100644
--- a/conf.d/nextcloud.shore.co.il.conf
+++ b/conf.d/nextcloud.shore.co.il.conf
@@ -27,8 +27,5 @@ server {
         include                 snippets/proxy-headers.conf;
         proxy_hide_header       X-Frame-Options;
         client_max_body_size    512m;
-        # Temporary measure to test a Collabora Online issue, should not be left
-        # as is.
-        proxy_hide_header       content-security-policy;
     }
 }
-- 
GitLab