Add preference to allow the loading of FTP subresources for corner cases

This commit is contained in:
wolfbeast 2019-07-14 22:41:01 +02:00 committed by Roy Tam
commit 797f3eae35
4 changed files with 19 additions and 0 deletions

View file

@ -5448,6 +5448,9 @@ pref("layout.css.servo.enabled", true);
// URL-Bar will not be blocked when flipping this pref.
pref("security.data_uri.block_toplevel_data_uri_navigations", true);
// If true, all FTP subresource loads will be blocked.
pref("security.block_ftp_subresources", true);
// Disable Storage api in release builds.
#ifdef NIGHTLY_BUILD
pref("dom.storageManager.enabled", true);