Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove safari-specific service worker code #1712

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Conversation

nolanlawson
Copy link
Owner

fixes #1595

The WebKit bug is marked fixed, and based on my testing it appears to be fixed in iOS 13.3 at least. According to caniuse data, the majority of iOS users are already on 13.3.

I could put in UA-sniffing code in here, but that feels brittle and hard to maintain, so I'd prefer to just remove the workaround entirely.

FYI @sgenoud

@nolanlawson nolanlawson merged commit c83c12e into master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Safari can't play videos from media servers that don't support CORS
1 participant