mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
Issue #618: Pass down referrer and referrer policy when fetching modules.
Because the spec says so.
This commit is contained in:
parent
97617a3ab1
commit
684f4824da
4 changed files with 42 additions and 25 deletions
|
|
@ -48,6 +48,8 @@ public:
|
|||
uint32_t aVersion,
|
||||
CORSMode aCORSMode,
|
||||
const SRIMetadata& aIntegrity,
|
||||
nsIURI* aReferrer,
|
||||
mozilla::net::ReferrerPolicy,
|
||||
ScriptLoader* aLoader);
|
||||
|
||||
// Create a module load request for an imported module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue