aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ephyIAddCertExceptionParams.idl
blob: 60ee114237f8f171a30976ad92d8ef2c04dc92ec (plain) (blame)
1
2
3
4
5
6
7
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;
};