mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1722328 - Don't install default email handlers on the WPT runner to prevent undesirable remote URL accesses of the GMail favicon when mailto: is accessed; r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D186564
This commit is contained in:
parent
b23edb0f61
commit
c38f7635c4
@ -85,3 +85,5 @@ user_pref("security.OCSP.enabled", 0);
|
||||
user_pref("security.remote_settings.intermediates.enabled", false);
|
||||
// Disable prefers-reduced-motion to ensure that smooth scrolls can be tested.
|
||||
user_pref("general.smoothScroll", true);
|
||||
// Prevent default handlers being added, since these can cause network fetches
|
||||
user_pref("gecko.handlerService.defaultHandlersVersion", 100);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user