mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
Issue #618 - Integrity for descendant module scripts should be the empty string
Because the spec says so.
This commit is contained in:
parent
75f3f09fc6
commit
9f5805eee2
2 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ ModuleLoadRequest::ModuleLoadRequest(nsIURI* aURI,
|
|||
aParent->mElement,
|
||||
aParent->mJSVersion,
|
||||
aParent->mCORSMode,
|
||||
aParent->mIntegrity,
|
||||
SRIMetadata(),
|
||||
aParent->mURI,
|
||||
aParent->mReferrerPolicy),
|
||||
mIsTopLevel(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue