| Code-Review | +1 |
Probably we can just always set this. For normal playbacks it doesn't really matter and this isn't part of any standard, just a feature that each UA has.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Probably we can just always set this. For normal playbacks it doesn't really matter and this isn't part of any standard, just a feature that each UA has.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Load HLS media documents as CORS AnonymousUpdate commit message?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
media->setAttribute(html_names::kCrossoriginAttr, AtomicString("anonymous"));Also can you double check in dev tools that this doesn't cause a pre-flight for all media documents? I forgot that might be the one down side.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Load HLS media documents as CORS AnonymousTed (Chromium) MeyerUpdate commit message?
Done
media->setAttribute(html_names::kCrossoriginAttr, AtomicString("anonymous"));Also can you double check in dev tools that this doesn't cause a pre-flight for all media documents? I forgot that might be the one down side.
I don't see it making any preflight requests for normal mp4 videos for example.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |