fix: allow loopback webhooks
This commit is contained in:
parent
70738f4c97
commit
b443cac85f
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ in
|
|||
DISABLE_REGISTRATION = true;
|
||||
REQUIRE_SIGNIN_VIEW = false;
|
||||
};
|
||||
webhook = {
|
||||
ALLOWED_HOST_LIST = "loopback";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue