mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix bad release 1.40.6
The latest release should have forced an invalidation of existing selfie, this was overlooked.
This commit is contained in:
parent
16a01baa62
commit
554241be46
2 changed files with 2 additions and 2 deletions
2
dist/version
vendored
2
dist/version
vendored
|
|
@ -1 +1 @@
|
|||
1.40.6
|
||||
1.40.8
|
||||
|
|
|
|||
|
|
@ -3493,7 +3493,7 @@ FilterCompiler.prototype.FILTER_UNSUPPORTED = 2;
|
|||
|
||||
const FilterContainer = function() {
|
||||
this.compilerVersion = '6';
|
||||
this.selfieVersion = '7';
|
||||
this.selfieVersion = '8';
|
||||
|
||||
this.MAX_TOKEN_LENGTH = MAX_TOKEN_LENGTH;
|
||||
this.optimizeTaskId = undefined;
|
||||
|
|
|
|||
Loading…
Reference in a new issue