Commit 24ff33ac6dd04d3f20aa003f2e602f405983ddcf
Exists in
master
and in
27 other branches
Merge remote-tracking branch 'origin/master'
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 | ... | ... |