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

Commit

Permalink
https://github.com/NanoAdblocker/NanoCore/issues/122
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Feb 13, 2018
1 parent 7a3ce5b commit 2720785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ var filterDocument = (function() {
utf8TextDecoder = new TextDecoder();
}
doc = domParser.parseFromString(
utf8TextDecoder.decode(filterer.buffer.slice(0, 1024)),
utf8TextDecoder.decode(filterer.buffer.slice(0, 4096)),
'text/html'
);
filterer.charset = µb.textEncode.normalizeCharset(charsetFromDoc(doc));
Expand Down

0 comments on commit 2720785

Please sign in to comment.