Commit 912d45b06d782ef8cdc94360ae5a23774efe57f7
Exists in
master
and in
29 other branches
Merge branch 'trusted-sites-update' into 'master'
Trusted sites update See merge request !432
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 | ... | ... |