aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ephyIAddCertExceptionParams.idl
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ephyIAddCertExceptionParams.idl')
-rw-r--r--embed/mozilla/ephyIAddCertExceptionParams.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/mozilla/ephyIAddCertExceptionParams.idl b/embed/mozilla/ephyIAddCertExceptionParams.idl
new file mode 100644
index 000000000..60ee11423
--- /dev/null
+++ b/embed/mozilla/ephyIAddCertExceptionParams.idl
@@ -0,0 +1,8 @@
+#include "nsISupports.idl"
+
+[scriptable,uuid(2bac2eb2-cd10-4e3f-802e-dade8096d6c5)]
+interface ephyIAddCertExceptionParams : nsISupports {
+ readonly attribute boolean prefetchCert;
+ readonly attribute AString location;
+ attribute boolean exceptionAdded;
+};