mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
fix #3667
This commit is contained in:
parent
98df44c373
commit
e64a59b32c
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ var filterDocument = (function() {
|
||||||
selectors: undefined,
|
selectors: undefined,
|
||||||
scriptlets: undefined,
|
scriptlets: undefined,
|
||||||
buffer: null,
|
buffer: null,
|
||||||
mime: undefined,
|
mime: 'text/html',
|
||||||
charset: undefined
|
charset: undefined
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue