Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Nov 10, 2018
1 parent 9a5169c commit f6c5deb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions src/js/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,6 @@ api.fetchText = function(url, onLoad, onError) {
timeoutTimer = vAPI.setTimeout(onTimeout, timeoutAfter);
};

// Patch 2018-03-05: Add ability to opt out from assets mirror
if (
nano.hiddenSettings._nanoDisconnectFrom_jspenguincom === true &&
actualUrl.startsWith('https://jspenguin.com/NanoAdblocker/AssetsMirror/')
) {
onErrorEvent.call(xhr);
return;
}

// Be ready for thrown exceptions:
// I am pretty sure it used to work, but now using a URL such as
// `file:///` on Chromium 40 results in an exception being thrown.
Expand Down
1 change: 0 additions & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var µBlock = (function() { // jshint ignore:line

// Patch 2017-12-25: Add more advanced settings
_nanoDisableHTMLFiltering: false,
_nanoDisconnectFrom_jspenguincom: false,
_nanoIgnoreThirdPartyWhitelist: false,
_nanoIgnorePerformanceAuditing: false,
_nanoMakeUserFiltersPrivileged: false
Expand Down

1 comment on commit f6c5deb

@jspenguin2017
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finishing domain migration.

Please sign in to comment.