From 5b8013ed0879eb9a0e273ef741304e7613a7003c Mon Sep 17 00:00:00 2001 From: Boud Roukema Date: Fri, 8 May 2020 01:13:22 +0200 Subject: No need for executable index.html This is a tiny security fix. There's no need nor point in making `index.html` have executable status. This commit removes executable status for user/group/other from the top `index.html' file. --- index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 index.html diff --git a/index.html b/index.html old mode 100755 new mode 100644 -- cgit v1.2.1