fix: allow loopback webhooks

This commit is contained in:
Lewis Wynne 2026-04-07 13:57:12 +01:00
parent 70738f4c97
commit b443cac85f

View file

@ -35,6 +35,9 @@ in
DISABLE_REGISTRATION = true;
REQUIRE_SIGNIN_VIEW = false;
};
webhook = {
ALLOWED_HOST_LIST = "loopback";
};
};
};