mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-07 00:02:47 +00:00
contents of zip
This commit is contained in:
20
robots.txt
Executable file
20
robots.txt
Executable file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
// Main function
|
||||
|
||||
// Set content type header
|
||||
header("Content-Type: text/plain; charset=" . mb_internal_encoding());
|
||||
|
||||
?># Sitemap
|
||||
Sitemap: https://<?= rawurlencode($_SERVER["SERVER_NAME"]); ?>/sitemap.xml
|
||||
|
||||
# Prevent and allow access
|
||||
User-agent: *
|
||||
Disallow: /errors/
|
||||
Disallow: /connection_test.html
|
||||
Disallow: /tor/
|
||||
Disallow: /listen
|
||||
Disallow: /wallet/
|
||||
Disallow: /donate/
|
||||
Disallow: /browser_extension_api_example.html
|
||||
Disallow: /mwc_pay_example/
|
Reference in New Issue
Block a user