From 9211425a686e5420b895cf4d46ee300c4d352b5f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 23 Apr 2026 20:15:39 +0900 Subject: go-away: allow tilde links and healthz to pass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/go-away/files/config/policy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundles/go-away/files/config/policy.yml b/bundles/go-away/files/config/policy.yml index a30122f..a0c1730 100644 --- a/bundles/go-away/files/config/policy.yml +++ b/bundles/go-away/files/config/policy.yml @@ -115,8 +115,9 @@ rules: - name: homesite conditions: - 'path == "/"' - - 'path == "/links/~ssh"' - - 'path == "/links/~pgp"' + - 'path == "/healthz"' + - 'path.startsWith("/~")' + - 'path.startsWith("/links/~")' action: pass # check DNSBL and serve harder challenges -- cgit 1.4.1