stylish-userstyles / userstyles

An online repository of user styles.
http://userstyles.org
60 stars 12 forks source link

Can't post styles that use IDNs #102

Closed JasonBarnabe closed 8 years ago

JasonBarnabe commented 8 years ago

https://github.com/JasonBarnabe/userstyles/blob/master/app/models/style.rb#L1419-L1423

Ruby's URI library doesn't handle non-ASCII. Replace with https://github.com/sporkmonger/addressable ?

smitt14ua commented 8 years ago

+

JasonBarnabe commented 8 years ago
       test 'IDN is valid URL' do
               assert Style.validate_url('http://серьёзныеигры.рф', true)
       end
JasonBarnabe commented 8 years ago

Fixed now.