From 3d09bec1bb82338bf6c5b9784e9b2de09cac2fad Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 13 Sep 2025 20:53:12 +0000 Subject: [PATCH] fix ?v to opt-out from index.html --- copyparty/httpcli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 26b85a18..c4e70274 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -6229,6 +6229,7 @@ class HttpCli(object): if "v" in self.uparam: add_og = True + og_fn = "" if "b" in self.uparam: self.out_headers["X-Robots-Tag"] = "noindex, nofollow"