Expo hosting sets a default Content Security Policy of "frame-ancestors 'self'". This means you cannot load any expo web app in an iframe, which can sometimes be a valid/valuable use case.
Being able to control the level of strictness of the CSP is a standard feature of other hosting services (netlify, vercel, etc). Would it be possible to add this to the hosting config in eas.json or something like that?
Thanks!