Commit e1f69da2a81047db67d8d9a9d5abb951238db9e2

Authored by Eduardo Passos
1 parent 87a25ade

trusted-sites: add openstreetmap.org as default

AI:3006
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/environment.rb
... ... @@ -283,6 +283,7 @@ class Environment < ActiveRecord::Base
283 283 www.flickr.com
284 284 www.gmodules.com
285 285 www.youtube.com
  286 + openstreetmap.org
286 287 ] + ('a' .. 'z').map{|i| "#{i}.yimg.com"}
287 288  
288 289 settings_items :enabled_plugins, :type => Array, :default => Noosfero::Plugin.available_plugin_names
... ...