0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-calendar/spec
Kris 0cf23c2854
FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374)
Currently the hosts that can be used for a livestream event are
hardcoded in the composer's JavaScript, and the server accepts any https
location, so the list isn't really enforced... and there's no way to use
hosts that would otherwise work, including custom or self-hosted
sources.

This adds a `livestream_allowed_hosts` site setting (defaulting to the
existing hardcoded list) and validates against it both in the composer
and on the server. Whether a livestream embeds a player still depends on
the site's onebox settings.

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
2026-08-06 14:49:38 -04:00
..
fabricators UX: More Zoom livestream UI issues (#41824) 2026-07-27 15:31:41 +10:00
fixtures/csv UX: Rework the event bulk invite modal (#40496) 2026-06-18 10:38:34 +02:00
integration FIX: can_create_discourse_post_event? not checking user groups correctly (#42284) 2026-08-04 16:09:50 +10:00
jobs FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374) 2026-08-06 14:49:38 -04:00
lib FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374) 2026-08-06 14:49:38 -04:00
migrations FIX: Cook event location and description as inline markdown (#41994) 2026-07-28 18:59:23 +02:00
models FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374) 2026-08-06 14:49:38 -04:00
requests FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374) 2026-08-06 14:49:38 -04:00
serializers FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374) 2026-08-06 14:49:38 -04:00
services FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374) 2026-08-06 14:49:38 -04:00
system FEATURE: Add a livestream_allowed_hosts site setting for livestreams (#42374) 2026-08-06 14:49:38 -04:00