|
|
@@ -1593,7 +1593,8 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
|
|
|
maxResourceSize: options.maxResourceSize,
|
|
|
maxResourceSizeEnabled: options.maxResourceSizeEnabled,
|
|
|
charset: options.charset,
|
|
|
- frameId: options.windowId
|
|
|
+ frameId: options.windowId,
|
|
|
+ validateTextContentType: true
|
|
|
});
|
|
|
resourceURL = content.resourceURL;
|
|
|
content.data = getUpdatedResourceContent(content.resourceURL, content, options);
|