Issue #618 - Integrity for descendant module scripts should be the empty string

Because the spec says so.
This commit is contained in:
Moonchild
2020-08-22 07:16:29 +00:00
parent 073e914eba
commit c8a701b646
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ ModuleLoadRequest::ModuleLoadRequest(nsIURI* aURI,
aParent->mElement,
aParent->mJSVersion,
aParent->mCORSMode,
aParent->mIntegrity,
SRIMetadata(),
aParent->mURI,
aParent->mReferrerPolicy),
mIsTopLevel(false),