summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Caddyfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Caddyfile b/Caddyfile
index 405c58c..f1353d3 100644
--- a/Caddyfile
+++ b/Caddyfile
@@ -6,5 +6,7 @@ golive.yyamashita.com {
}
whoisband.yyamashita.com {
+ header Referrer-Policy "no-referrer"
+ header X-Robots-Tag "noindex, nofollow"
reverse_proxy whois-app:3000
}