Merge pull request #4779 from fantasticfears/noscript

Remove a unused site setting, enable_noscript_support is not used anymore
This commit is contained in:
Régis Hanol 2017-03-27 11:17:14 +02:00 committed by GitHub
commit 0816167746
2 changed files with 0 additions and 2 deletions

View File

@ -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)."

View File

@ -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: ''