Bug 1710425 - [raptor] Temporarily skip system access check in Marionette. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D241415
This commit is contained in:
@@ -53,3 +53,7 @@ user_pref('media.block-autoplay-until-in-foreground', true);
|
|||||||
|
|
||||||
// Turn off update
|
// Turn off update
|
||||||
user_pref("app.update.disabledForTesting", true);
|
user_pref("app.update.disabledForTesting", true);
|
||||||
|
|
||||||
|
// Temporarily turn off the system access check until Browsertime will pass
|
||||||
|
// the --remote-allow-system-access argument to Firefox.
|
||||||
|
user_pref("remote.system-access-check.enabled", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user