Commit bd4dbbe1 authored by nimrod's avatar nimrod
Browse files

Temporarily disable CSP in Nextcloud.

Trying to figure out and issue with Nextcloud and Collabora Online.
Should be reverted ASAP.
parent d1a11da9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,5 +27,8 @@ 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;
    }
}