Commit 49fa7418 authored by nimrod's avatar nimrod
Browse files

Revert "Revert "Revert "Temporarily disable CSP in Nextcloud."""

This reverts commit 2f132439.

This actually solved the issue (Collabora Online worked!) but this is
not a long-term solution, just a test.
parent 73b63336
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
    }
}