From 737c42b4477d6f42d42e44d8d5a94af829177074 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 29 Jun 2020 16:51:58 -0400 Subject: [PATCH] update nginx.example.conf for latest rich text CSP --- docs/example.nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/example.nginx.conf b/docs/example.nginx.conf index f6e163910..93be85083 100644 --- a/docs/example.nginx.conf +++ b/docs/example.nginx.conf @@ -102,7 +102,6 @@ server { set $unsafe 0; # the following assets are loaded via the sandbox domain # they unfortunately still require exceptions to the sandboxing to work correctly. - if ($uri = "/pad/inner.html") { set $unsafe 1; } if ($uri = "/sheet/inner.html") { set $unsafe 1; } if ($uri ~ ^\/common\/onlyoffice\/.*\/index\.html.*$) { set $unsafe 1; }