From c9790a9003b9e3f975dcf2abde3e105094b84dad Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 13 Mar 2021 00:23:26 +0200
Subject: [PATCH] Once again, trying to make Collabora Online work.

---
 conf.d/code.shore.co.il.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf.d/code.shore.co.il.conf b/conf.d/code.shore.co.il.conf
index 8745c5b..4f6087f 100644
--- a/conf.d/code.shore.co.il.conf
+++ b/conf.d/code.shore.co.il.conf
@@ -19,6 +19,7 @@ server {
     include     snippets/ads-txt.conf;
     include     snippets/security-txt.conf;
     include     snippets/ssl.conf;
+    add_header  Content-Security-Policy "frame-ancestors https://*.shore.co.il";
 
     # The following was copied (and modified) from
     # https://www.collaboraoffice.com/code/nginx-reverse-proxy/.
-- 
GitLab