about summary refs log tree commit diff
path: root/app/models/form/admin_settings.rb
diff options
context:
space:
mode:
authorTao Bror Bojlén <brortao@users.noreply.github.com>2019-09-11 07:44:58 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-09-11 08:44:58 +0200
commit4fe127664b0ae22a528b4a4467ab2de92e3da3ef (patch)
treeb285f6995811b10e198201b7694b60e80f93f7b8 /app/models/form/admin_settings.rb
parent4faaa5b25e54f863fdf3a68edc5ca664e5a84e4c (diff)
add admin setting for default search engine indexing (fix #11750) (#11804)
Diffstat (limited to 'app/models/form/admin_settings.rb')
-rw-r--r--app/models/form/admin_settings.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/form/admin_settings.rb b/app/models/form/admin_settings.rb
index 6bc3ca9f5..24196e182 100644
--- a/app/models/form/admin_settings.rb
+++ b/app/models/form/admin_settings.rb
@@ -32,6 +32,7 @@ class Form::AdminSettings
     trends
     show_domain_blocks
     show_domain_blocks_rationale
+    noindex
   ).freeze
 
   BOOLEAN_KEYS = %i(
@@ -45,6 +46,7 @@ class Form::AdminSettings
     profile_directory
     spam_check_enabled
     trends
+    noindex
   ).freeze
 
   UPLOAD_KEYS = %i(