diff options
author | Tao Bror Bojlén <brortao@users.noreply.github.com> | 2019-09-11 07:44:58 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-11 08:44:58 +0200 |
commit | 4fe127664b0ae22a528b4a4467ab2de92e3da3ef (patch) | |
tree | b285f6995811b10e198201b7694b60e80f93f7b8 /app/lib/settings | |
parent | 4faaa5b25e54f863fdf3a68edc5ca664e5a84e4c (diff) |
add admin setting for default search engine indexing (fix #11750) (#11804)
Diffstat (limited to 'app/lib/settings')
-rw-r--r-- | app/lib/settings/scoped_settings.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/settings/scoped_settings.rb b/app/lib/settings/scoped_settings.rb index 3653ab114..9ca39510a 100644 --- a/app/lib/settings/scoped_settings.rb +++ b/app/lib/settings/scoped_settings.rb @@ -4,6 +4,7 @@ module Settings class ScopedSettings DEFAULTING_TO_UNSCOPED = %w( theme + noindex ).freeze def initialize(object) |