$OpenBSD: patch-security_manager_pki_resources_content_exceptionDialog_js,v 1.8 2013/06/26 19:29:15 landry Exp $
Focus the 'add exception' button in the unknown ssl cert warning window
--- security/manager/pki/resources/content/exceptionDialog.js.orig	Wed May 29 03:16:20 2013
+++ security/manager/pki/resources/content/exceptionDialog.js	Fri May 31 16:53:04 2013
@@ -263,6 +263,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
