Upload files to ''

This commit is contained in:
Narsil 2023-05-25 15:31:13 +00:00
parent 1e0fea01ae
commit 569c09e79a
1 changed files with 1 additions and 3 deletions

View File

@ -872,6 +872,7 @@ user_pref("dom.maxHardwareConcurrency", 2);
// -------------------------------------
// Disable resource/navigation timing
user_pref("dom.enable_resource_timing", false);
user_pref("dom.enable_performance_navigation_timing", false);
// -------------------------------------
// Disable timing attacks
// user_pref("dom.enable_performance", false);
@ -1032,9 +1033,6 @@ user_pref("javascript.options.shared_memory", false);
// Enable the <menuitem> html tag
// user_pref("dom.menuitem.enabled", true);
// -------------------------------------
// Control the use of node.getRootNode
user_pref("dom.getRootNode.enabled", false);
// -------------------------------------
// Test user.js in about:config
user_pref("_config.applied", true);
//