diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 86a6346c417..34de73d7b89 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1003,7 +1003,6 @@ en: ga_universal_domain_name: "Google Universal Analytics (analytics.js) domain name, eg: mysite.com; see http://google.com/analytics" gtm_container_id: "Google Tag Manager container id. eg: GTM-ABCDEF" enable_escaped_fragments: "Fall back to Google's Ajax-Crawling API if no webcrawler is detected. See https://developers.google.com/webmasters/ajax-crawling/docs/learn-more" - enable_noscript_support: "Enable standard webcrawler search engine support via the noscript tag" allow_moderators_to_create_categories: "Allow moderators to create new categories" cors_origins: "Allowed origins for cross-origin requests (CORS). Each origin must include http:// or https://. The DISCOURSE_ENABLE_CORS env variable must be set to true to enable CORS." use_admin_ip_whitelist: "Admins can only log in if they are at an IP address defined in the Screened IPs list (Admin > Logs > Screened Ips)." diff --git a/config/site_settings.yml b/config/site_settings.yml index b82e2b8be83..7dab0b3d8c8 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -902,7 +902,6 @@ security: regex: '^(Lax|Strict|Disabled)$' enable_escaped_fragments: true allow_index_in_robots_txt: true - enable_noscript_support: true allow_moderators_to_create_categories: false cors_origins: default: ''