mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-06 15:52:47 +00:00
21 lines
454 B
Plaintext
Executable File
21 lines
454 B
Plaintext
Executable File
<?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/
|