From 6ba0b72827115447de0f3060940d66b079f6d7da Mon Sep 17 00:00:00 2001 From: Eric Desrochers Date: Fri, 13 Nov 2020 11:35:14 -0500 Subject: [PATCH] Revert "Update template to enable offline-compression" This reverts commit 0fe556e389f4b7dcf68a5bbe1421c848cd78e6e1. Closes-Bug: 1903911 Related-Bug: 1902890 Change-Id: I3e774e1ce98a9e77905bf49075c95ba478cb13c3 Signed-off-by: Eric Desrochers --- templates/ocata/local_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ocata/local_settings.py b/templates/ocata/local_settings.py index 50565a20..1477161b 100644 --- a/templates/ocata/local_settings.py +++ b/templates/ocata/local_settings.py @@ -953,7 +953,7 @@ LOGIN_REDIRECT_URL='{{ webroot }}' ALLOWED_HOSTS = '*' # Compress all assets offline as part of packaging installation -COMPRESS_OFFLINE = True +#COMPRESS_OFFLINE = True # DISALLOW_IFRAME_EMBED can be used to prevent Horizon from being embedded # within an iframe. Legacy browsers are still vulnerable to a Cross-Frame