This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
µBlock 0.2.3.3
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 theunlimitedStorage
permission is set.