mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Log selfie-related events at launch time
This commit is contained in:
parent
1becd8ad18
commit
ccc4c7d41f
1 changed files with 2 additions and 0 deletions
|
|
@ -248,9 +248,11 @@ const onCacheSettingsReady = async function(fetched) {
|
|||
if ( fetched.compiledMagic !== µb.systemSettings.compiledMagic ) {
|
||||
µb.compiledFormatChanged = true;
|
||||
µb.selfieIsInvalid = true;
|
||||
ubolog(`Serialized format of static filter lists changed`);
|
||||
}
|
||||
if ( fetched.selfieMagic !== µb.systemSettings.selfieMagic ) {
|
||||
µb.selfieIsInvalid = true;
|
||||
ubolog(`Serialized format of selfie changed`);
|
||||
}
|
||||
if ( µb.selfieIsInvalid ) {
|
||||
µb.selfieManager.destroy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue