1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 22:54:25 +01:00

Blocks search engine crawling and indexing

Related to #5460
This commit is contained in:
Robert Went 2021-04-17 22:14:27 +01:00
parent f5278b8da9
commit 0a9fb0257e
2 changed files with 6 additions and 1 deletions

View File

@ -19,3 +19,8 @@
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L] RewriteRule ^ index.php [L]
</IfModule> </IfModule>
<IfModule mod_headers.c>
# Blocks Search Engine Indexing
Header set X-Robots-Tag "noindex, nofollow"
</IfModule>

View File

@ -1,2 +1,2 @@
User-agent: * User-agent: *
Disallow: Disallow: /