$OpenBSD: patch-security_manager_pki_resources_content_exceptionDialog_js,v 1.15 2018/05/11 20:00:57 landry Exp $
Focus the 'add exception' button in the unknown ssl cert warning window
Index: security/manager/pki/resources/content/exceptionDialog.js
--- security/manager/pki/resources/content/exceptionDialog.js.orig
+++ security/manager/pki/resources/content/exceptionDialog.js
@@ -220,6 +220,7 @@ function updateCertStatus() {
 
       // In these cases, we do want to enable the "Add Exception" button
       gDialog.getButton("extra1").disabled = false;
+      gDialog.getButton("extra1").focus();
 
       // If the Private Browsing service is available and the mode is active,
       // don't store permanent exceptions, since they would persist after
