From c2c70ab5499350ad6970cb8d11437c3d63c9e40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrique=20Sebasti=C3=A3o?= Date: Thu, 20 Mar 2025 15:53:02 -0400 Subject: [PATCH] fix: preventing inappropriate directory access and listings --- assets/404.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/404.html b/assets/404.html index af89d6d1ab1..0c4eaf55203 100644 --- a/assets/404.html +++ b/assets/404.html @@ -7,6 +7,9 @@ - /norobots/ - /assets/ - /posts/ + - /assets/css/ + - /assets/img/ + - /assets/js/ --- {% include lang.html %}