|
@@ -376,7 +376,7 @@
|
|
|
var jsdom = require('jsdom')
|
|
var jsdom = require('jsdom')
|
|
|
Parser.prototype.parseFromString = function (string) {
|
|
Parser.prototype.parseFromString = function (string) {
|
|
|
return jsdom.jsdom(string, {
|
|
return jsdom.jsdom(string, {
|
|
|
- features: {
|
|
|
|
|
|
|
+ plugins: {
|
|
|
FetchExternalResources: [],
|
|
FetchExternalResources: [],
|
|
|
ProcessExternalResources: false
|
|
ProcessExternalResources: false
|
|
|
}
|
|
}
|