Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore NotSupportedError exceptions in autoplay detection
This error is caused by a Content Security Policy that disables data: scheme for media URLs. Before this PR, this error would cause autoplay to be disabled; now, if this error is raised it has the same effect as disabling autoplay detection.
- Loading branch information