Skip to content
Permalink
Browse files
Co-authored-by:  gorhill <585534+gorhill@users.noreply.github.com>
  • Loading branch information
hawkeye116477 and gorhill committed Aug 11, 2020
1 parent 22d84c8 commit 29926eefe6851afcdfe2bb418c8cf31fff7b7185
Showing with 187 additions and 268 deletions.
  1. +2 −2 src/js/background.js
  2. +120 −210 src/js/static-net-filtering.js
  3. +13 −15 src/js/storage.js
  4. +52 −41 src/js/utils.js
@@ -139,8 +139,8 @@ var µBlock = (function() { // jshint ignore:line

// read-only
systemSettings: {
compiledMagic: 3,
selfieMagic: 1
compiledMagic: 4,
selfieMagic: 2
},

restoreBackupSettings: {

0 comments on commit 29926ee

Please sign in to comment.