From 9f742b30786afd5686cc821c08abcc56a5ee7652 Mon Sep 17 00:00:00 2001
From: Narsil <narsil@noreply@nixnet.servcies>
Date: Wed, 6 Oct 2021 11:07:23 +0000
Subject: [PATCH] Update 'user.js'

---
 user.js | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/user.js b/user.js
index 197624c..034e7ae 100644
--- a/user.js
+++ b/user.js
@@ -75,7 +75,7 @@ user_pref("browser.region.update.enabled", false); // [[FF79+]
 // Set search region
 user_pref("browser.search.region", "US"); // [HIDDEN PREF]
 // -------------------------------------
-// Set preferred language for displaying web pages
+// Set preferred language for displaying pages
 user_pref("intl.accept_languages", "en-US, en");
 // -------------------------------------
 // Use US English locale regardless of the system locale
@@ -461,9 +461,9 @@ user_pref("security.tls.enable_0rtt_data", false);
 //
 // OCSP (Online Certificate Status Protocol)
 //
-// Control when to use OCSP fetching (to confirm current validity of certificates)
+// Enforce OCSP fetching to confirm current validity of certificates
 // 0=disabled, 1=enabled (default), 2=enabled for EV certificates only
-user_pref("security.OCSP.enabled", 0);
+user_pref("security.OCSP.enabled", 0); // [DEFAULT: 1]
 // -------------------------------------
 // Set OCSP fetch failures (non-stapled) to hard-fail [SETUP-WEB]
 user_pref("security.OCSP.require", false);
@@ -484,7 +484,7 @@ user_pref("security.pki.sha1_enforcement_level", 1);
 user_pref("security.family_safety.mode", 0);
 // -------------------------------------
 // Enable strict pinning
-// PKP (Public Key Pinning) 0=disabled 1=allow user MiTM (such as your antivirus), 2=strict
+// PKP (Public Key Pinning) 0=disabled, 1=allow user MiTM (such as your antivirus), 2=strict
 user_pref("security.cert_pinning.enforcement_level", 2);
 // -------------------------------------
 // Disable CRLite [FF73+]
@@ -519,7 +519,7 @@ user_pref("dom.security.https_only_mode_send_http_background_request", false);
 user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
 // -------------------------------------
 // Control "Add Security Exception" dialog on SSL warnings
-// 0=do neither 1=pre-populate url 2=pre-populate url + pre-fetch cert (default)
+// 0=do neither, 1=pre-populate, url 2=pre-populate url + pre-fetch cert (default)
 user_pref("browser.ssl_override_behavior", 1);
 // -------------------------------------
 // Display advanced information on Insecure Connection warning pages
@@ -824,8 +824,11 @@ user_pref("browser.display.use_system_colors", false); // [DEFAULT: false]
 // Enforce non-native widget theme
 user_pref("widget.non-native-theme.enabled", true); // [DEFAULT: true FF89+]
 // -------------------------------------
-// Open links targeting new windows in a new tab instead
-user_pref("browser.link.open_newwindow", 3); // 1=most recent window or tab 2=new window, 3=new tab
+// Enforce links targeting new windows to open in a new tab instead
+// 1=most recent window or tab, 2=new window, 3=new tab
+user_pref("browser.link.open_newwindow", 3); // [DEFAULT: 3]
+// -------------------------------------
+// Set all open window methods to abide by "browser.link.open_newwindow"
 user_pref("browser.link.open_newwindow.restriction", 0);
 // -------------------------------------
 // Disable WebGL (Web Graphics Library)