From f891ce732a1a870a0d4170893a9f42a14ac40ed8 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 10 Nov 2020 23:33:00 +0100 Subject: [PATCH] disallow access to sqlite db file via webserver --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 093414a..90699a4 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,2 @@ RedirectMatch 403 ^/.git/.*$ +RedirectMatch 403 ^/projects_data/projects.db.*$