From f27d643b8ef229678345abd0bbcfdb0079e65f13 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 1 Jan 2023 14:49:04 +0100 Subject: [PATCH] 12100 protect site/i18n --- .gitignore | 2 +- site/i18n/.htaccess | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 site/i18n/.htaccess diff --git a/.gitignore b/.gitignore index f2836d38..7bce42d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ site/data/* site/tmp/* site/backup/* site/file/* -site/i18n/*.* +site/i18n/*.json .DS_Store core/vendor/tinymce/link_list.json robots.txt diff --git a/site/i18n/.htaccess b/site/i18n/.htaccess new file mode 100644 index 00000000..dbe552af --- /dev/null +++ b/site/i18n/.htaccess @@ -0,0 +1,5 @@ +# Bloque l'accès aux données + + Order deny,allow + Deny from all + \ No newline at end of file