Commit e1f69da2a81047db67d8d9a9d5abb951238db9e2
1 parent
87a25ade
Exists in
master
and in
27 other branches
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,6 +283,7 @@ class Environment < ActiveRecord::Base | ||
283 | www.flickr.com | 283 | www.flickr.com |
284 | www.gmodules.com | 284 | www.gmodules.com |
285 | www.youtube.com | 285 | www.youtube.com |
286 | + openstreetmap.org | ||
286 | ] + ('a' .. 'z').map{|i| "#{i}.yimg.com"} | 287 | ] + ('a' .. 'z').map{|i| "#{i}.yimg.com"} |
287 | 288 | ||
288 | settings_items :enabled_plugins, :type => Array, :default => Noosfero::Plugin.available_plugin_names | 289 | settings_items :enabled_plugins, :type => Array, :default => Noosfero::Plugin.available_plugin_names |