summaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-09 13:07:57 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-09 13:07:57 +0900
commit984384825f1982cd3b1e33ac17a2cd17aae540fe (patch)
tree19ff4405c5fae53cfccebd44cc47848dc5993b03 /Caddyfile
parentefa2b6ec621e9536bd90f185776a6d45347eb9fd (diff)
add-referrer-policy
Diffstat (limited to 'Caddyfile')
-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
}