blob: 60ee114237f8f171a30976ad92d8ef2c04dc92ec (
plain) (
tree)
|
|
#include "nsISupports.idl"
[scriptable,uuid(2bac2eb2-cd10-4e3f-802e-dade8096d6c5)]
interface ephyIAddCertExceptionParams : nsISupports {
readonly attribute boolean prefetchCert;
readonly attribute AString location;
attribute boolean exceptionAdded;
};
|