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