Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Co-authored-by: gorhill <585534+gorhill@users.noreply.github.com>
- Loading branch information
Showing
with
187 additions
and 268 deletions.
- +2 −2 src/js/background.js
- +120 −210 src/js/static-net-filtering.js
- +13 −15 src/js/storage.js
- +52 −41 src/js/utils.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -139,8 +139,8 @@ var µBlock = (function() { // jshint ignore:line | ||
|
|
||
| // read-only | ||
| systemSettings: { | ||
| compiledMagic: 4, | ||
| selfieMagic: 2 | ||
| }, | ||
|
|
||
| restoreBackupSettings: { | ||
Oops, something went wrong.