Reeywhaar / want-my-rss

RSS features for Firefox
Other
113 stars 10 forks source link

Use encodeURIComponent() for feeds in subscription URLs #27

Closed StigNygaard closed 5 years ago

StigNygaard commented 5 years ago

Use encodeURIComponent() for feeds in subscription URLs make feeds with parameters in the feed-URL work. encodeURI() doesn't encode "&" in feed-URLs, so parameters looked like parameters to the subscription URL instead of part of the feed-URLs. This should fix issue #26 .

Reeywhaar commented 5 years ago

Oh, thanks so much! I'll check it quick.