OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

embed in posts not loading right video / navigation #333

Open tzarebczan opened 2 years ago

tzarebczan commented 2 years ago

from KP:

ktprograms commented 1 year ago

I just tested, and I see two problems here. First, the iframes with odysee.com or lbry.tv links aren't showing up, and I think it's because of not setting Content-Security-Policy: frame-src <source>;. I found this from this SO answer, and it's also not showing up on Firefox (on Mac).

The other problem is that Safari is parsing the lbry:// URLs "according to RFC 3986", which breaks lbry:// URLs. For more info see https://github.com/OdyseeTeam/odysee-ios/issues/217#issuecomment-1116993724.