$OpenBSD: patch-security_manager_pki_resources_content_exceptionDialog_js,v 1.11 2016/08/02 17:50:03 landry Exp $
Focus the 'add exception' button in the unknown ssl cert warning window
--- security/manager/pki/resources/content/exceptionDialog.js.orig	Mon Jun  6 22:15:00 2016
+++ security/manager/pki/resources/content/exceptionDialog.js	Wed Jun  8 22:49:21 2016
@@ -239,6 +239,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
