diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-27 16:16:43 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-27 16:16:43 +0100 |
commit | 50ebd35073b58f500f8195aee4ad482eb503f937 (patch) | |
tree | 287f7154afc1bbf7e381a8f00b7f554129c6a3b4 /security/manager | |
parent | 8ea2c0d5edd99760019daacee9356a6810ebf51a (diff) | |
download | uxp-50ebd35073b58f500f8195aee4ad482eb503f937.tar.gz |
Issue #1498 - Part 5: Update SSService CID and correct mismatch.
Diffstat (limited to 'security/manager')
-rw-r--r-- | security/manager/ssl/nsISiteSecurityService.idl | 2 | ||||
-rw-r--r-- | security/manager/ssl/nsSiteSecurityService.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/manager/ssl/nsISiteSecurityService.idl b/security/manager/ssl/nsISiteSecurityService.idl index 6677792e8d..4286848a9d 100644 --- a/security/manager/ssl/nsISiteSecurityService.idl +++ b/security/manager/ssl/nsISiteSecurityService.idl @@ -23,7 +23,7 @@ namespace mozilla [ref] native nsCStringTArrayRef(nsTArray<nsCString>); [ref] native mozillaPkixTime(mozilla::pkix::Time); -[scriptable, uuid(233908bd-6741-4474-a6e1-f298c6ce9eaf)] +[scriptable, uuid(91ea3803-9c79-45d9-97bf-88bc80269236)] interface nsISiteSecurityService : nsISupports { const uint32_t HEADER_HSTS = 0; diff --git a/security/manager/ssl/nsSiteSecurityService.h b/security/manager/ssl/nsSiteSecurityService.h index 4d445915f4..b7e66503be 100644 --- a/security/manager/ssl/nsSiteSecurityService.h +++ b/security/manager/ssl/nsSiteSecurityService.h @@ -17,10 +17,10 @@ class nsIURI; class nsISSLStatus; -// {16955eee-6c48-4152-9309-c42a465138a1} +// 91ea3803-9c79-45d9-97bf-88bc80269236 #define NS_SITE_SECURITY_SERVICE_CID \ - {0x16955eee, 0x6c48, 0x4152, \ - {0x93, 0x09, 0xc4, 0x2a, 0x46, 0x51, 0x38, 0xa1} } + { 0x91ea3803, 0x9c79, 0x45d9, \ + { 0x97, 0xbf, 0x88, 0xbc, 0x80, 0x26, 0x92, 0x36 } } /** * SecurityPropertyState: A utility enum for representing the different states |