Add estrogen.network to permitted domains

This commit is contained in:
Laura Hausmann 2023-03-30 18:33:50 +02:00
parent bfc3192ef7
commit 490dc05625
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -18,5 +18,5 @@ public class Vars {
public static readonly List<string> ResponseHeaders = new() { "remote-user", "remote-groups", "remote-name", "remote-email" };
public static readonly List<string> PermittedDomains = new() { "ztn.sh" };
public static readonly List<string> PermittedDomains = new() { "ztn.sh", "estrogen.network" };
}