Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse real values in WorkerScriptLoadOrigin for DOM worker constructor #26568
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We pass None for the referrer policy and referrer urls in this code. We should obtain the real values from the global scope instead. It probably makes sense to fix #11863 at the same time, so whatever API we add to GlobalScope to return a referrer policy returns a real value in workers.