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

Commit

Permalink
disable HTML filtering by default for now, until it's less buggy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Feb 23, 2018
1 parent a2902fc commit bd58dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var µBlock = (function() { // jshint ignore:line
userResourcesLocation: 'unset',

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

0 comments on commit bd58dd5

Please sign in to comment.