Commit 914eaaa74dd00a95d5401262f0231c72771b6942

Authored by Weblate
2 parents 24ff33ac 89c4127a

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/environment_test.rb
... ... @@ -1063,7 +1063,7 @@ class EnvironmentTest < ActiveSupport::TestCase
1063 1063 end
1064 1064  
1065 1065 should 'have a list of trusted sites by default' do
1066   - assert_equal ['developer.myspace.com', 'itheora.org', 'maps.google.com', 'platform.twitter.com', 'player.vimeo.com', 'stream.softwarelivre.org', 'tv.softwarelivre.org', 'www.facebook.com', 'www.flickr.com', 'www.gmodules.com', 'www.youtube.com', 'a.yimg.com', 'b.yimg.com', 'c.yimg.com', 'd.yimg.com', 'e.yimg.com', 'f.yimg.com', 'g.yimg.com', 'h.yimg.com', 'i.yimg.com', 'j.yimg.com', 'k.yimg.com', 'l.yimg.com', 'm.yimg.com', 'n.yimg.com', 'o.yimg.com', 'p.yimg.com', 'q.yimg.com', 'r.yimg.com', 's.yimg.com', 't.yimg.com', 'u.yimg.com', 'v.yimg.com', 'w.yimg.com', 'x.yimg.com', 'y.yimg.com', 'z.yimg.com'], Environment.new.trusted_sites_for_iframe
  1066 + assert_equal [String], Environment.new.trusted_sites_for_iframe.map(&:class).uniq
1067 1067 end
1068 1068  
1069 1069 should 'have a list of trusted sites' do
... ...