mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Add preference to allow the loading of FTP subresources for corner cases
This commit is contained in:
parent
fdd8829fea
commit
797f3eae35
4 changed files with 19 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue