1.30.6

gorhill/uBlock1.30.6Oct 20, 2020by gorhill

AI Summary

A minor release that fixes a regression preventing `set-constant` scriptlets from trapping non-configurable properties.

Key Highlights

  • Fixes regression in `set-constant` scriptlet behavior.
  • Prevents trapping of non-configurable properties.

Full Release Notes

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

To install the stable build:

- **Firefox**: Click [uBlock0_1.30.6.firefox.signed.xpi](https://addons.mozilla.org/firefox/downloads/file/3663488/ublock_origin-1.30.6-an+fx.xpi)
    - uBO works best on Firefox.
- **Chromium**: Install from the Chrome store (CWS): <https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm>
    - For Chromium version 54 and older, it is necessary to enable "Experimental JavaScript" at `chrome://flags/#enable-javascript-harmony`.
- **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/>

---

## Fixed:

- [Prevent set-constant from trapping non-configurable properties](https://github.com/gorhill/uBlock/commit/2b262b24e2c4a38957f0be3544dcf28cf60f9e7d) [regression]