x Fix: Sites.domainImplies() should match subdomains
x More coherent wrapper around the webex messaging API
x Fixed inconsistencies affecting ChildPolicies content
script auto-generated matching rules.
x Fixed potential issues with cross-process messages
x Simpler and more reliable safety net to ensure CSP headers
are injected last among WebExtensions
x Fixed regression causing refresh loops on pages which use
type="object" requests to load images, css and other types
x [L10n] ru and de translations
+ [XSS] Updated HTML events auto-generate matching code to
use both latest Mozilla source code and archived data since
Firefox ESR 52
+ New dynamic scripts management strategy based on the
browser.contentScripts API, should fix some elusive, likely
requestFilter-induced, bugs
x Fixed no-dot domains threated as empty TLDs (thanks
Peter Wu for patch)
- Removed requestFilter hack for dynamic scripts management
+ [L10n] br and tr translations (thanks Transifex/OTF,
https://www.transifex.com/otf/noscript/)
x Best effort to have webRequest.onHeaderReceived listener
run last (issue #6, thanks kkapsner)
x [L10n] Localized "NoScript Options" title (thanks Diklabyte)
x Fixed inline scripts not being reported to UI (thanks
skriptimaahinen for patch)
x Skip non-content windows when deferring startup page loads
(thanks Rob Wu for reporting)
x Broader detection of UTF-8 encoding in responses (thanks
Rob Wu for reporting)
x Improved support for debugging code removal in releases
x Fixed startup race condition with pending request tracking
x Fixed updating NoScript reloads tabs with revoked temporary
permissions.