mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
added support for disabling indexing by google using SiteSetting.allow_index_in_robots_txt = false
This commit is contained in:
@@ -102,6 +102,8 @@ class SiteSetting < ActiveRecord::Base
|
||||
# we need to think of a way to force users to enter certain settings, this is a minimal config thing
|
||||
setting(:notification_email, 'info@discourse.org')
|
||||
|
||||
setting(:allow_index_in_robots_txt, true)
|
||||
|
||||
setting(:send_welcome_message, true)
|
||||
|
||||
setting(:twitter_consumer_key, '')
|
||||
|
||||
Reference in New Issue
Block a user