diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php
index 9189031edacb6b6766c1166442ef1445daf8cc10..5ff4cb1bd0e795237781c49c16295f24d92938c5 100644
--- a/lib/include/html_head.inc.php
+++ b/lib/include/html_head.inc.php
@@ -47,11 +47,12 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']);
                 parameters: <?= json_encode(URLHelper::getLinkParams(), JSON_FORCE_OBJECT) ?>
             },
             jsupdate_enable: <?= json_encode(
-                             is_object($GLOBALS['perm']) &&
-                             $GLOBALS['perm']->have_perm('autor') &&
-                             PersonalNotifications::isActivated()) ?>,
+                                 is_object($GLOBALS['perm']) &&
+                                 $GLOBALS['perm']->have_perm('autor') &&
+                                 PersonalNotifications::isActivated()) ?>,
             wysiwyg_enabled: true,
-            editor_enabled: true
+            editor_enabled: true,
+            config: <?= json_encode(['BROADCASTING' => app()->get(\Studip\Broadcasting\Contracts\Broadcaster::class)->clientOptions()]) ?>,
         }
     </script>