mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Force filter list recompilation following 5811bac47f
This commit is contained in:
parent
5811bac47f
commit
56e5946000
1 changed files with 2 additions and 2 deletions
|
|
@ -137,8 +137,8 @@ const µBlock = (function() { // jshint ignore:line
|
|||
|
||||
// Read-only
|
||||
systemSettings: {
|
||||
compiledMagic: 14, // Increase when compiled format changes
|
||||
selfieMagic: 14 // Increase when selfie format changes
|
||||
compiledMagic: 15, // Increase when compiled format changes
|
||||
selfieMagic: 15 // Increase when selfie format changes
|
||||
},
|
||||
|
||||
restoreBackupSettings: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue