Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Enable automatic updates" setting propagates to antitracking and adblocker #646

Merged
merged 7 commits into from Jan 6, 2021

Fix lint error

  • Loading branch information
sammacbeth committed Dec 17, 2020
commit 6a2962071f5b6896c95048c8c746fda494810bce
@@ -1107,7 +1107,7 @@ function initializeDispatcher() {
});
dispatcher.on('conf.save.enable_autoupdate', (enableAutoUpdate) => {
if (!antitracking.isDisabled) {
antitracking.action('setConfigOption', 'networkFetchEnabled', !!conf.enable_autoupdate);
antitracking.action('setConfigOption', 'networkFetchEnabled', enableAutoUpdate);
}
});
dispatcher.on('conf.save.enable_anti_tracking', (enableAntitracking) => {
ProTip! Use n and p to navigate between commits in a pull request.