aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/.htaccess
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-02-24 18:18:33 +0100
committerArthurHoaro <arthur@hoa.ro>2018-03-26 19:29:20 +0200
commitd78c23e00d3007c3fee8c3603acac00efc1ce14e (patch)
treee4c14ee76b143de59a9fcb2c18f185df53b2f650 /assets/.htaccess
parentfaa5b2ce61ddc871eab2919f92d683c917730b10 (diff)
downloadShaarli-d78c23e00d3007c3fee8c3603acac00efc1ce14e.tar.gz
Shaarli-d78c23e00d3007c3fee8c3603acac00efc1ce14e.tar.zst
Shaarli-d78c23e00d3007c3fee8c3603acac00efc1ce14e.zip
Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/
Diffstat (limited to 'assets/.htaccess')
-rw-r--r--assets/.htaccess13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/.htaccess b/assets/.htaccess
new file mode 100644
index 00000000..f601c1ee
--- /dev/null
+++ b/assets/.htaccess
@@ -0,0 +1,13 @@
1<IfModule version_module>
2 <IfVersion >= 2.4>
3 Require all denied
4 </IfVersion>
5 <IfVersion < 2.4>
6 Allow from none
7 Deny from all
8 </IfVersion>
9</IfModule>
10
11<IfModule !version_module>
12 Require all denied
13</IfModule>