Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed May 26, 2016
1 parent c5fd181 commit 2ea36d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ return {
colorBlindFriendly: false,
contextMenuEnabled: true,
dynamicFilteringEnabled: true,
experimentalEnabled: false,
externalLists: defaultExternalLists,
firewallPaneMinimized: true,
hyperlinkAuditingDisabled: true,
Expand Down
4 changes: 0 additions & 4 deletions src/js/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ var onUserSettingsReady = function(fetched) {
µb.assets.autoUpdate = userSettings.autoUpdate;
µb.assets.autoUpdateDelay = µb.updateAssetsEvery;

// https://github.com/chrisaljoudi/uBlock/issues/540
// Disabling local mirroring for the time being
userSettings.experimentalEnabled = false;

vAPI.browserSettings.set({
'hyperlinkAuditing': !userSettings.hyperlinkAuditingDisabled,
'prefetching': !userSettings.prefetchingDisabled,
Expand Down
2 changes: 0 additions & 2 deletions src/js/ublock.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ var matchWhitelistDirective = function(url, hostname, directive) {
case 'contextMenuEnabled':
this.contextMenu.update(null);
break;
case 'experimentalEnabled':
break;
case 'hyperlinkAuditingDisabled':
vAPI.browserSettings.set({ 'hyperlinkAuditing': !value });
break;
Expand Down

0 comments on commit 2ea36d6

Please sign in to comment.