Skip to content

[wasm] Set iframe's referrerPolicy - #62390

Closed
radekdoulik wants to merge 1 commit into
dotnet:mainfrom
radekdoulik:pr-fix-fetch-errors
Closed

[wasm] Set iframe's referrerPolicy#62390
radekdoulik wants to merge 1 commit into
dotnet:mainfrom
radekdoulik:pr-fix-fetch-errors

Conversation

@radekdoulik

Copy link
Copy Markdown
Member

To avoid fetch errors coming from iframes:

Failed to load config file ./mono-config.json TypeError: Failed to fetch

Fixes#62357

To avoid fetch errors coming from iframes:
Failed to load config file ./mono-config.json TypeError: Failed to fetch
Fixesdotnet#62357
@ghost

ghost commented Dec 4, 2021

Copy link
Copy Markdown

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

To avoid fetch errors coming from iframes:

Failed to load config file ./mono-config.json TypeError: Failed to fetch

Fixes #62357

Author:radekdoulik
Assignees:-
Labels:

arch-wasm, area-Infrastructure-mono

Milestone:-

@radekdoulik
radekdoulik requested a review from kgDecember 4, 2021 08:17
@kg

kg commented Dec 4, 2021

Copy link
Copy Markdown
Contributor

Wouldn't no-referrer cause it to have no location information?

@pavelsavara

Copy link
Copy Markdown
Member

This doesn't help on my machine.
I think that the fetch is failing because we are destroying the iframe with the fetch promise in flight.

@pavelsavara

Copy link
Copy Markdown
Member

This is my take on tackling the issue #62395

@radekdoulik

Copy link
Copy Markdown
MemberAuthor

Replaced by #62395

@ghostghost locked as resolved and limited conversation to collaborators Jan 5, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasmWebAssembly architecturearea-Infrastructure-mono

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[wasm] browser-bench appstart is broken on main

3 participants

@radekdoulik@kg@pavelsavara