Commit 9351075bf4f1f599a75e7733ca88184e1d5bdebf

Authored by Eduardo Passos
Committed by Antonio Terceiro
1 parent 7416b48a

trusted-sites: add openstreetmap.org as default

AI:3006
(cherry picked from commit e1f69da2a81047db67d8d9a9d5abb951238db9e2)
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
... ...