From 4bc502bba6b7bcbc8007c061621266fe8f989e07 Mon Sep 17 00:00:00 2001 From: underwood Date: Thu, 9 Dec 2021 16:09:19 -0600 Subject: [PATCH] Delete web.config (#5744) During a security audit one of the few recommendations they made was to remove or limit access to web.config. Since this is mainly used by Microsoft IIS server it isn't necessary for most Laravel projects and could be added if someone is using Microsoft server. --- public/web.config | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 public/web.config diff --git a/public/web.config b/public/web.config deleted file mode 100644 index 323482f1..00000000 --- a/public/web.config +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - -