From 4e0b7293d593c8d584c0018c603303f5ea0797e7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 28 Dec 2022 12:07:23 +0200 Subject: [PATCH] remove unnecessary linebreak --- nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 1e212daa3..d01962f9e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -79,7 +79,6 @@ server { location =/offline.html { alias /rDrama/files/assets/offline.html; add_header Content-Security-Policy "default-src 'none'; style-src 'unsafe-inline'; img-src data:; report-uri /csp_violations;"; - }