From f1d3bf7a1cd3ab83ea96daf3dee3ef5828ec4822 Mon Sep 17 00:00:00 2001 From: "dt241s@att.com" Date: Wed, 9 Jan 2019 15:30:55 -0600 Subject: [PATCH] Disable Critical Information Exposure through Directory Listing This disables static page on Apache which would disable Directory Listings. This is done as a part of Security defect. Change-Id: Ia1aa07c83c0db9dc33be6d1dfa7e2e60b3a33de9 --- horizon/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon/values.yaml b/horizon/values.yaml index 20a5f2751c..50a337e5bb 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -84,7 +84,7 @@ conf: Alias /static /var/www/html/horizon - SetHandler None + SetHandler static = 2.4>