$OpenBSD: patch-mozilla_browser_components_certerror_content_aboutCertError_xhtml,v 1.7 2012/09/01 14:10:03 landry Exp $
--- mozilla/browser/components/certerror/content/aboutCertError.xhtml.orig	Mon Aug 27 06:49:03 2012
+++ mozilla/browser/components/certerror/content/aboutCertError.xhtml	Sat Sep  1 02:00:10 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
