mirror of https://github.com/gorhill/uBlock.git
Adjust compile/selfie format verison
This commit is contained in:
parent
54074af029
commit
f9e4a10933
|
@ -175,8 +175,8 @@ const µBlock = { // jshint ignore:line
|
|||
|
||||
// Read-only
|
||||
systemSettings: {
|
||||
compiledMagic: 42, // Increase when compiled format changes
|
||||
selfieMagic: 42, // Increase when selfie format changes
|
||||
compiledMagic: 43, // Increase when compiled format changes
|
||||
selfieMagic: 43, // Increase when selfie format changes
|
||||
},
|
||||
|
||||
// https://github.com/uBlockOrigin/uBlock-issues/issues/759#issuecomment-546654501
|
||||
|
|
|
@ -3322,8 +3322,8 @@ FilterCompiler.prototype.FILTER_UNSUPPORTED = 2;
|
|||
/******************************************************************************/
|
||||
|
||||
const FilterContainer = function() {
|
||||
this.compilerVersion = '4';
|
||||
this.selfieVersion = '4';
|
||||
this.compilerVersion = '5';
|
||||
this.selfieVersion = '5';
|
||||
|
||||
this.MAX_TOKEN_LENGTH = MAX_TOKEN_LENGTH;
|
||||
this.optimizeTaskId = undefined;
|
||||
|
|
Loading…
Reference in New Issue