You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even though a crossorigin attribute on the link to the manifest is given.
It should say sec-fetch-site: same-origin. If I turn off same-origin altogether, it works as expected.
Is this a bug in chrome, or am I missing something from the spec?
Firefox does not have this issue, their devtools show the images just fine. On Android a Chrome based fork I tried with also allows 'adding to homescreen' and shows an image. It's unclear whether that's just an upscaled favicon, though.
Cheers
The text was updated successfully, but these errors were encountered:
I read #535, but that is only about the manifest itself.
With a same-origin CORP chrome devtools complains 'icon n failed to load'.
Their logger says:
even though a
crossorigin
attribute on thelink
to the manifest is given.It should say
sec-fetch-site: same-origin
. If I turn off same-origin altogether, it works as expected.Is this a bug in chrome, or am I missing something from the spec?
Firefox does not have this issue, their devtools show the images just fine. On Android a Chrome based fork I tried with also allows 'adding to homescreen' and shows an image. It's unclear whether that's just an upscaled favicon, though.
Cheers
The text was updated successfully, but these errors were encountered: