diff --git a/src/Form/ModuleConfigurationForm.php b/src/Form/ModuleConfigurationForm.php
index 713c164b3d726d7dfe64ea0f255c4ce47f3723e5..825eb45dc6db1b9307f9b12b83546f0e623bef03 100644
--- a/src/Form/ModuleConfigurationForm.php
+++ b/src/Form/ModuleConfigurationForm.php
@@ -76,7 +76,7 @@ class ModuleConfigurationForm extends ConfigFormBase {
       '#type' => 'text_format',
       '#title' => $this->t('Footer Text'),
       '#description' => $this->t('This content will be displayed in the footer below the contact info. It can contain links or other pertinent information. This is a good place for your ADA statement.'),
-      '#format' => 'basic_html',
+      '#format' => 'restricted_html',
       '#default_value' => $config->get('footer_text.value'),
     );