This repository was archived by the owner on Sep 19, 2020. It is now read-only.
Race condition potentially causing auto-update to be disregarded at launch time #63
Closed
6 of 7 tasks
Prerequisites
Description
uMatrix may update assets even if "Auto-update assets" is unchecked
Steps to Reproduce
Notes
Logging line added just before
µm.scheduleAssetUpdater
here https://github.com/gorhill/uMatrix/blob/db7feed9c5558933aa4962525072c4b1d04633d2/src/js/start.js#L56will print
to the console if Firefox run with
-jsconsole
parameter.You can check auto-update, restart, uncheck, restart, and console will always print
true
.This may (will?) eventually fix itself, but I don't know how yet. (I somehow manged to switch it to
false
but don't know how.)See also https://old.reddit.com/r/uMatrix/comments/9d8dd9/two_bugs_in_umatrix/
Your environment
The text was updated successfully, but these errors were encountered: