mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
enable_noscript_support is not used anymore
This commit is contained in:
parent
fc3c34b78f
commit
e3e3a04cd2
@ -1003,7 +1003,6 @@ en:
|
|||||||
ga_universal_domain_name: "Google Universal Analytics (analytics.js) domain name, eg: mysite.com; see http://google.com/analytics"
|
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"
|
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_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"
|
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."
|
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)."
|
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)."
|
||||||
|
@ -902,7 +902,6 @@ security:
|
|||||||
regex: '^(Lax|Strict|Disabled)$'
|
regex: '^(Lax|Strict|Disabled)$'
|
||||||
enable_escaped_fragments: true
|
enable_escaped_fragments: true
|
||||||
allow_index_in_robots_txt: true
|
allow_index_in_robots_txt: true
|
||||||
enable_noscript_support: true
|
|
||||||
allow_moderators_to_create_categories: false
|
allow_moderators_to_create_categories: false
|
||||||
cors_origins:
|
cors_origins:
|
||||||
default: ''
|
default: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user