forgejo: allow webhooks to all pub.solar subdomains #80
|
@ -88,11 +88,7 @@
|
|||
|
||||
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
|
||||
webhook = {
|
||||
ALLOWED_HOST_LIST = [
|
||||
"loopback"
|
||||
"external"
|
||||
"*.pub.solar"
|
||||
];
|
||||
ALLOWED_HOST_LIST = "loopback,external,*.pub.solar";
|
||||
};
|
||||
|
||||
# See https://forgejo.org/docs/latest/admin/actions/
|
||||
|
|
Loading…
Reference in a new issue