$OpenBSD: patch-mozilla_browser_components_certerror_content_aboutCertError_xhtml,v 1.5 2012/09/01 14:22:45 landry Exp $
--- mozilla/browser/components/certerror/content/aboutCertError.xhtml.orig	Sat Aug 25 02:30:57 2012
+++ mozilla/browser/components/certerror/content/aboutCertError.xhtml	Sat Sep  1 01:59:36 2012
@@ -96,6 +96,9 @@
           tech.textContent = getDescription();
         
         addDomainErrorLink();
+
+        var button = document.getElementById("exceptionDialogButton");
+        button.click();
       }
       
       /* In the case of SSL error pages about domain mismatch, see if
