Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Releases: uBlock-LLC/uBlock

µBlock 0.3.1.2

30 Jul 19:08
Compare
Choose a tag to compare
Changes:
Fixed but not closed:
Closed as fixed:

µBlock 0.3.1.1

30 Jul 01:15
Compare
Choose a tag to compare
Closed as fixed:
  • False positive with popup blocker
    • I couldn't find much doc regarding the popup filter option, so I originally implemented it on assumption that it was just like any other filters
    • It's not like any other filters, a request of type popup can only match a filter of type popup

µBlock 0.3.1.0

27 Jul 16:56
Compare
Choose a tag to compare
Closed as fixed:
  • Videos don't work on some websites
    • A new filter with a very narrow purpose has been added to address the specific issue
    • Note that the bug was not manifesting if using "hpHosts’s Ad and tracking servers" list -- because it blocked the problematic request, adm.fwmrm.net/crossdomain.xml
    • "hpHosts’s Ad and tracking servers" is a really good list to enable
    • However since I do not really have the resource to deal with site breakage, I can't enable this list out of the box, as I have no idea what level of breakage it causes (I browse a limited set of sites personally)
    • But I strongly suggest its use, it really reduces your exposure to a lot of servers which purpose if to serve ads, tracks, etc.
    • I strongly suggest also "Dan Pollock’s hosts file" and "MVPS HOSTS", these are all high quality lists, reducing exposure to unwanted servers.
    • I have been using these three multipurpose lists since the beginning and I haven't come across any problem really, and in worst case, whitelist the site where a problem might occur.
    • Depends of your browsing habits I suppose. But they block a lot of requests that EasyList et al. won't block.
  • Find best approach to allow purging the cache for external lists
    • Currently, custom subscriptions are hard-coded to update every two days
    • Some users have their own lists, and they might want to force a refresh when they make changes
    • This fix addresses this: you can force a subscribed list to be fetched from the remote server by purging the copy cached locally
    • to-forum

µBlock 0.3.0.2

26 Jul 17:34
Compare
Choose a tag to compare

µBlock 0.3.0.1

26 Jul 16:21
Compare
Choose a tag to compare

µBlock 0.3.0.0

25 Jul 20:56
Compare
Choose a tag to compare
Closed as fixed:

µBlock 0.2.3.5

23 Jul 17:18
Compare
Choose a tag to compare
Closed as fixed:

µBlock 0.2.3.4

23 Jul 03:02
Compare
Choose a tag to compare

Added a new list to be managed by µBlock: " µBlock filters - Privacy".

Consider this list experimental, hence it is off by default.

I use the term "experimental" really just because I don't have the resource to take care of testing everything etc.

I will put in this list the obvious hostnames which should be blocked for privacy-related reasons, and whatever ever else I can find in the benchmark results which I believe should also make the list.

The first candidate which made the list was addthis.com, because obvious.

CAVEAT: There is so many exception filters in EasyList, EasyPrivacy and Fanboy's lists that it's just impossible to guarantee that whatever I put in " µBlock filters - Privacy" will actually be enforced with a 100% certainty.

The only way for sure you can block something is to install and use HTTP Switchboard. If you don't like to break sites, I suggest you start in allow-all/block-exceptionally mode and blacklist whatever you wish as you go.

You may want to read more also about the latest release of HTTP Switchboard if you plan to install it alongside µBlock (suggested).

µBlock 0.2.3.3

22 Jul 16:31
Compare
Choose a tag to compare
Closed as fixed:
  • "Replace FileSystem API with chrome.storage.local"
    • Relying on FileSystem API to cache remote assets causes Chrome 37 and above to emit this warning: "This extension may have been corrupted by malware" (see Chromium issue #389879)
    • As a consequence the extension was disabled, with no way to dismiss the false positive.
    • The fix is to no longer rely on FileSystem API, but rather on chrome.storage.local, which is all fine so long as the unlimitedStorage permission is set.

µBlock 0.2.3.2

20 Jul 21:28
Compare
Choose a tag to compare
Closed as fixed: