From a8e1a4d7ccca9d31691fc96719b6dd5a60207e85 Mon Sep 17 00:00:00 2001 From: Narsil Date: Wed, 29 Nov 2023 20:08:45 +0000 Subject: [PATCH] Upload files to "testing" --- testing/user.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/testing/user.js b/testing/user.js index b31d938..55616e9 100644 --- a/testing/user.js +++ b/testing/user.js @@ -362,15 +362,6 @@ user_pref("security.ssl.require_safe_negotiation", true); // ------------------------------------- // Disable SSL session tracking user_pref("security.ssl.disable_session_identifiers", true); // [HIDDEN PREF] -// ------------------------------------- -// Block rc4 fallback -user_pref("security.tls.unrestricted_rc4_fallback", false); -// ------------------------------------- -// Disable TLS1.3 0-RTT (round-trip time) -user_pref("security.tls.enable_0rtt_data", false); -// ------------------------------------- -// Disable TLS 1.3 draft support -// user_pref("security.tls.version.max", 4); // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // OCSP (Online Certificate Status Protocol) @@ -507,9 +498,6 @@ user_pref("media.gmp-manager.url", ""); // [HIDDEN PREF] // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // MEDIA / CAMERA / MIC // >>>>>>>>>>>>>>>>>>>>> -// Disable WebRTC (Web Real-Time Communication) -user_pref("media.peerconnection.enabled", false); -// ------------------------------------- // Disable camera stuff user_pref("camera.control.face_detection.enabled", false); // -------------------------------------