From d57f9a36302adcc2b8deb3548e65cd0e37062b29 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 13 May 2024 07:08:35 +1000 Subject: [PATCH] protect symfony resource files --- .gitignore | 1 + htaccess.dist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 32a24cc5b..67f936715 100755 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ Thumbs.db __pycache__ ## Ignore site specific files and folders +.env* .htaccess .htconfig.php .htstartup.php diff --git a/htaccess.dist b/htaccess.dist index 52207b075..4558590d0 100644 --- a/htaccess.dist +++ b/htaccess.dist @@ -3,7 +3,7 @@ AddType audio/ogg .oga CGIPassAuth On # don't allow any web access to logfiles, even after rotation/compression - + Require all denied