Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop

This commit is contained in:
Hillel Coren 2017-08-16 17:17:11 +03:00
commit ac269b1ee6

View File

@ -24,3 +24,8 @@
# you have to enable the following line:
# RewriteBase /
</IfModule>
<IfModule mod_headers.c>
# Blocks Search Engine Indexing
Header set X-Robots-Tag "noindex, nofollow"
</IfModule>