Skip to content

1.14.10

Compare
Choose a tag to compare
@gorhill gorhill released this 13 Sep 17:12
· 7877 commits to master since this release
014fe54

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.