From ecc6b47f90bd4ffc48d1555df8012d534fa5d180 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 26 Mar 2025 20:50:54 -0400 Subject: Revert "lib/anubis: support setting extended cookie flags (#120)" (#134) This reverts commit e7cbd349f3ff96788dc7a8540d29808ca72e1c44. --- cmd/anubis/main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd/anubis') diff --git a/cmd/anubis/main.go b/cmd/anubis/main.go index 024b972..551ed61 100644 --- a/cmd/anubis/main.go +++ b/cmd/anubis/main.go @@ -33,9 +33,6 @@ import ( var ( bind = flag.String("bind", ":8923", "network address to bind HTTP to") bindNetwork = flag.String("bind-network", "tcp", "network family to bind HTTP to, e.g. unix, tcp") - cookieDomain = flag.String("cookie-domain", "", "if set, the top-level domain that the Anubis cookie will be valid for") - cookieName = flag.String("cookie-name", anubis.CookieName, "the name of the cookie that Anubis stores challenge pass records in") - cookiePartitioned = flag.Bool("cookie-partitioned", false, "if true, sets the partitioned flag on Anubis cookies, enabling CHIPS support") challengeDifficulty = flag.Int("difficulty", anubis.DefaultDifficulty, "difficulty of the challenge") ed25519PrivateKeyHex = flag.String("ed25519-private-key-hex", "", "private key used to sign JWTs, if not set a random one will be assigned") metricsBind = flag.String("metrics-bind", ":9090", "network address to bind metrics to") -- cgit v1.2.3