Bug 1233497 - Allow Marionette tests to use CPOWs. r=ato

--HG--
extra : commitid : 9ygRoCbGotC
extra : rebase_source : 19ca5fe8111f7ec6d55a864d03974b5aac92b093
This commit is contained in:
Mike Conley 2016-01-08 15:10:22 -05:00
parent 3428d9b680
commit e1a362aa26

View File

@ -39,6 +39,9 @@ class GeckoInstance(object):
"marionette.defaultPrefs.enabled": True,
"startup.homepage_welcome_url": "about:blank",
"toolkit.telemetry.enabled": False,
# Until Bug 1238095 is fixed, we have to enable CPOWs in order
# for Marionette tests to work properly.
"dom.ipc.cpows.forbid-unsafe-from-browser": False,
}
def __init__(self, host, port, bin, profile=None, addons=None,