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

µBlock 0.2.3.3

Compare
Choose a tag to compare
@gorhill gorhill released this 22 Jul 16:31
· 2364 commits to master since this release
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.