Skip to content
Snippets Groups Projects
Commit cfba896a authored by nimrod's avatar nimrod
Browse files

Revert "Temporarily disable CSP in Nextcloud."

This reverts commit 5fd00d28.
parent 5802ba7d
Branches
No related tags found
No related merge requests found
Pipeline #891 passed
...@@ -27,8 +27,5 @@ server { ...@@ -27,8 +27,5 @@ server {
include snippets/proxy-headers.conf; include snippets/proxy-headers.conf;
proxy_hide_header X-Frame-Options; proxy_hide_header X-Frame-Options;
client_max_body_size 512m; 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;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment