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:
Henrik Skupin
2025-03-23 13:49:24 +00:00
parent a05c7c6d92
commit f07bee9467

View File

@@ -53,3 +53,7 @@ user_pref('media.block-autoplay-until-in-foreground', true);
// Turn off update
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);