Browse Source

Don't default to this being on, as it's a *plugin*

Chris Adams 5 years ago
parent
commit
33d948dadd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      only_show_green_results.py

+ 1 - 1
only_show_green_results.py

@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
 
 
 name = gettext('Only show green hosted results')
 name = gettext('Only show green hosted results')
 description = gettext('Any results not being hosted on green infrastructure will be filtered')
 description = gettext('Any results not being hosted on green infrastructure will be filtered')
-default_on = True
+default_on = False
 preference_section = 'privacy'
 preference_section = 'privacy'
 allow_api_connections = True
 allow_api_connections = True
 database_name = "url2green.db"
 database_name = "url2green.db"