gristlabs_grist-core/app
Paul Fitzpatrick 3f3a0d3aa1 (core) support a wildcard option for ALLOWED_WEBHOOK_DOMAINS
Summary:
Now that webhook payload delivery can be done using a proxy,
it may be desirable to no longer require a set of `ALLOWED_WEBHOOK_DOMAINS`.
This diff allows this variable to be set to `*`. With this setting,
any domain, and both `http` and `https` protocols will now be accepted.

Another possibility would be to default to unchecked
behavior if `ALLOWED_WEBHOOK_DOMAINS` is not set. But this would
introduce a new kind of vulnerability to unconfigured Grist
installations.

Test Plan: switched a test from naming a domain to using `*`

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3903
2023-05-23 13:40:52 -04:00
..
client (core) updates from grist-core 2023-05-23 09:10:34 -04:00
common (core) Add GRIST_UI_FEATURES env variable 2023-05-22 16:05:51 -04:00
gen-server (core) Tweak telemetry 2023-05-19 13:06:15 -04:00
plugin Use relative imports only in plugin folder (#328) 2022-10-26 10:41:38 -04:00
server (core) support a wildcard option for ALLOWED_WEBHOOK_DOMAINS 2023-05-23 13:40:52 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00