diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index f42b6ff8e78..901c636852e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1354,7 +1354,6 @@ en: embed_whitelist_selector: "CSS selector for elements that are allowed in embeds." embed_blacklist_selector: "CSS selector for elements that are removed from embeds." notify_about_flags_after: "If there are flags that haven't been handled after this many hours, send an email to the contact_email. Set to 0 to disable." - enable_cdn_js_debugging: "Allow /logs to display proper errors by adding crossorigin permissions on all js includes." show_create_topics_notice: "If the site has fewer than 5 public topics, show a notice asking admins to create some topics." delete_drafts_older_than_n_days: Delete drafts older than (n) days. diff --git a/config/site_settings.yml b/config/site_settings.yml index 40ff14fda4d..76b29596660 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -1197,8 +1197,6 @@ uncategorized: notify_about_flags_after: 48 - enable_cdn_js_debugging: false - show_create_topics_notice: client: true default: true