From 4122fb100d209dde1e31b30bfeddb53542ef7437 Mon Sep 17 00:00:00 2001 From: Alastor Wu Date: Thu, 29 Jun 2017 05:46:30 -0700 Subject: [PATCH] Bug 1347791 - part5 : only enable on desktop. r=bwu This feature would onlt be enable on desktop. MozReview-Commit-ID: GUBDP9CGoou --HG-- extra : rebase_source : 209a543df5a5014465cf61ceb8f45d57ef428459 --- mobile/android/app/mobile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index c7c9377b1137..2c2482a181fe 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -916,6 +916,7 @@ pref("dom.presentation.receiver.enabled", true); // enable 1-UA mode pref("dom.audiochannel.audioCompeting", true); pref("dom.audiochannel.mediaControl", true); +pref("media.block-autoplay-until-in-foreground", false); // Space separated list of URLS that are allowed to send objects (instead of // only strings) through webchannels. This list is duplicated in browser/app/profile/firefox.js