Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 511 Bytes

Tips.Chrome.md

File metadata and controls

4 lines (3 loc) · 511 Bytes

Preventing Auto-Play of Media

  • https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
    • "You can also decide to make sure playback autoplay is never allowed by disabling use of MEI, applying autoplay policy to Web Audio, and whether sites with the highest overall MEI get playback autoplay by default for new users. This can be done with three internal switches with chrome.exe --disable-features=PreloadMediaEngagementData,AutoplayIgnoreWebAudio, MediaEngagementBypassAutoplayPolicies."