fedidcg / FedCM

A privacy preserving identity exchange Web API
https://fedidcg.github.io/FedCM
Other
357 stars 66 forks source link

Account picture formats #600

Open obfuscoder opened 1 month ago

obfuscoder commented 1 month ago

The FedCM spec does not seem to mention what formats/mediatypes are accepted for the account picture. I think IdPs as well as browser vendors would need to know what they can use or need to support. For instance, would the content type image/svg+xml be an acceptable image format?

npm1 commented 1 month ago

Yea, it would be valuable to make this more explicit. For what it's worth I don't see any content type checks in our code for this image fetch so I imagine that one would be accepted.