From 52f89def205e5201d8a965f1d49e65187debc4b6 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 12 Sep 2018 17:30:13 +0200 Subject: [PATCH] Added .htaccess to avoid external access to attachment files --- pandora_console/attachment/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pandora_console/attachment/.htaccess diff --git a/pandora_console/attachment/.htaccess b/pandora_console/attachment/.htaccess new file mode 100644 index 0000000000..815f1e1776 --- /dev/null +++ b/pandora_console/attachment/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from All