Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprisesCommits to master since this release
To install the developer build:
- Chromium: Install from the Chrome Web Store: https://chrome.google.com/webstore/detail/ublock-origin-dev-build/cgbcahbpdhpcegmbfconppldiemgcoii.
- There may be a good delay before the latest dev build become available in the CWS, as I currently receive a
server error ['PUBLISHED_WITH_FRICTION_WARNING']warning when I programmatically push an update to the CWS -- which means the submitted version is "Pending review". - For Chromium version 54 and older, it is necessary to enable "Experimental JavaScript" at
chrome://flags/#enable-javascript-harmony.
- There may be a good delay before the latest dev build become available in the CWS, as I currently receive a
- Firefox: Click uBlock0_1.24.5b0.firefox.signed.xpi.
- Thunderbird: Download uBlock0_1.24.5b0.thunderbird.xpi, then drag-n-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 65+ required)
Firefox developer build will auto-update when a newer developer build become available.
Changes:
Firefox 60+
uBO requires a new permission, dns, which is required to solve issue 780. This may triggers a new permission warning from Firefox when uBO updates to the latest dev build, specifically "Access IP address and hostname information", even though this was already possible for uBO to access that information:
From now on uBO will CNAME-uncloak network requests. CNAME-uncloaked network requests will appear as blue entries in the logger. By default, canonical hostnames which are first party to the associated alias hostname are not fed back into uBO's filtering engine, and neither are network requests which were blocked, redirected, or excepted by a filter/rule.
Warning: CNAME-aliased hostnames exist most likely for content delivery purpose, i.e. legitimate.
Closed as fixed:
- "0" prefixes are currently not accepted as valid hosts entries
- [Regression] Show requests blocked in the logger as a result of
csp=option - Source list of entity filter with subdomain is not looked up correctly
- Fanboy's Cookie List moved to better place
- "::" entry in notracking hosts file blocks URLs containing "::"
- Adsbygoogle.js injectable does not validate whether iframe going to be injected is already exist or not
- Allow clicking on domain to expand it to show hosts
