aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/.htaccess')
-rw-r--r--web/js/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/js/.htaccess b/web/js/.htaccess
new file mode 100644
index 0000000..2448b79
--- /dev/null
+++ b/web/js/.htaccess
@@ -0,0 +1,3 @@
+<FilesMatch "(?<!min)\.js">
+ deny from all
+</FilesMatch>