1.14.10
Firefox WebExtensions
Issues with uBO/webext? If so, then read carefully before filing any issue.
Firefox 52-56 (webext)
Code review-related fix: a test was introduced in #2950, which purpose was meant to punycode only if required for Firefox 52-56. Turns out the regex used in the test was flawed and this caused the punycoding code path to be always taken, meaning a pointless added overhead in network request handlers for when no punycoding is needed. Fixed with 04a41d8.