From c7acc209b5c4c0abd7e654609ccf2b18f4cd11fe Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 9 Apr 2021 17:21:22 +0300 Subject: [PATCH] Revert "Collabora Online and Nextcloud, another try." This reverts commit a4960969b48f81a6bbbe3cb739b89dbda691d786. I think this breaks other stuff (like mail). --- 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 0ad4562..cb4389c 100644 --- a/conf.d/nextcloud.shore.co.il.conf +++ b/conf.d/nextcloud.shore.co.il.conf @@ -21,9 +21,6 @@ server { include snippets/ssl.conf; include snippets/nextcloud-well-known.conf; - # Allow to include iframes in code.shore.co.il. - add_header Content-Security-Policy "frame-ancestors https://code.shore.co.il"; - location / { proxy_pass http://$nextcloud$request_uri; proxy_http_version 1.1; -- GitLab