Bug 1524992 - Allow external data: URIs in tests r=ckerschb

We use this to tell the Quitter extension to quit in the PGO
profile generation and Valgrind tests.

Differential Revision: https://phabricator.services.mozilla.com/D22726

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2019-03-11 17:34:14 +00:00
parent c999b31a54
commit 0871175ad0

View File

@ -248,3 +248,5 @@ user_pref("toolkit.telemetry.initDelay", 99999999);
// We use data: to tell the Quitter extension to quit.
user_pref("security.data_uri.block_toplevel_data_uri_navigations", false);
// We use data: to tell the Quitter extension to quit.
user_pref("security.data_uri.block_toplevel_data_uri_navigations", false);