1.37.0

gorhill/uBlock1.37.0Jul 23, 2021by github-actions[bot]

Full Release Notes

[Commits to master since this release](https://github.com/gorhill/uBlock/compare/1.37.0...master)
[Commits since last release](https://github.com/gorhill/uBlock/compare/1.36.2...1.37.0)

To install the stable build:

- **Firefox**: Click [uBlock0_1.37.0.firefox.signed.xpi](https://addons.mozilla.org/firefox/downloads/file/3814538/ublock_origin-1.37.0-an+fx.xpi)
    - [uBO works best on Firefox](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox).
- **Chromium**: Install from the Chrome store (CWS): <https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm>
- **Edge**: Install from Microsoft Store: <https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak>
    - The Microsoft Store version of uBO is published by [Nik Rolls](https://github.com/nikrolls/uBlock-Edge)
- **Opera**: Install from Opera addons: <https://addons.opera.com/en/extensions/details/ublock/>

---

## Closed as fixed

### Core

- ['$popup' not working](https://github.com/uBlockOrigin/uBlock-issues/issues/1659)
- [Service worker "tabless" requests with correct context are still modified when page is whitelisted](https://github.com/uBlockOrigin/uBlock-issues/issues/1657)
- [Back/Forward navigation does not work between Ublock Origin option pages](https://github.com/uBlockOrigin/uBlock-issues/issues/1648)
- [csp_report filter created via logger is marked as invalid](https://github.com/uBlockOrigin/uBlock-issues/issues/1622)
- [Extreme popup blocking - uBo dashboard is blocked when popups are](https://github.com/uBlockOrigin/uBlock-issues/issues/1616)
- [ipv6 fe80::1%lo0 localhost from hosts file is marked as error line](https://github.com/uBlockOrigin/uBlock-issues/issues/1596)
- [Whitespaces are now stripped from blocking-rule URLs, causing rules targeting whitespaces to fail and/or block extremely broadly](https://github.com/uBlockOrigin/uBlock-issues/issues/1146)
- [uBO's dashboard does not refresh custom filters in real-time](https://github.com/gorhill/uBlock/issues/3704)
- [Element picker/zapper don't work if cosmetic filtering is disabled ](https://github.com/gorhill/uBlock/issues/3212)
- [Logger always highlights first match](https://github.com/gorhill/uBlock/issues/3037)
- [Static filtering: Cannot prevent my filter from strict-blocking](https://github.com/gorhill/uBlock/issues/2385)

## Notable commits without an entry in the issue tracker

- [Provide visual cue in popup panel when base domain has subdomains](https://github.com/gorhill/uBlock/commit/75deadd31ebe6f42ede1b789013d2ac966c9f861)
- [Disclose where uBO's own filter lists are hosted](https://github.com/gorhill/uBlock/commit/1d27138da9e39fc1ef090c7f32f8de3814bd0ef7)
- [Add abort-current-script scriptlet](https://github.com/gorhill/uBlock/commit/ebc42ae21e7900fafeaf1041038b94488b1d50e5)
- [Fix spurious error messages when updating contextual menu](https://github.com/gorhill/uBlock/commit/d17e22a505e4dbfb96d2ea4cf7f8a745f5109dd9)
- [Make getByName() return an dummy Tracker object](https://github.com/gorhill/uBlock/commit/d3b1ca333c5a3685ada8d1afddb0030edfdf60b8)
- [Add asap behavior to remove-attr scriptlet](https://github.com/gorhill/uBlock/commit/35d7406214e39fa5ad5c73cfab3eecb0eb7c8b7f)
- [Ensure pending callbacks are called only once](https://github.com/gorhill/uBlock/commit/0dbe581c5bd26b0200e2879c0ffbdc519d7822ee)