|
|
@@ -847,7 +847,9 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
|
|
|
maxResourceSizeEnabled: this.options.maxResourceSizeEnabled,
|
|
|
url: this.options.url,
|
|
|
charset: this.charset,
|
|
|
- compressCSS: this.options.compressCSS
|
|
|
+ compressCSS: this.options.compressCSS,
|
|
|
+ referrerPolicy: this.options.referrerPolicy,
|
|
|
+ credentials: this.options.credentials
|
|
|
};
|
|
|
let stylesheetContent;
|
|
|
if (element.tagName.toLowerCase() == "link") {
|