diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-27 16:16:43 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:16:24 +0200 |
commit | 04cfc091daa555aa17b474d7a374f8fd52d71d28 (patch) | |
tree | 52a88651b206089d6aeb16dcf01c43271b885722 /security | |
parent | b23e7b61c683ba44efcf0ecb59b3da439a9ff007 (diff) | |
download | UXP-04cfc091daa555aa17b474d7a374f8fd52d71d28.tar UXP-04cfc091daa555aa17b474d7a374f8fd52d71d28.tar.gz UXP-04cfc091daa555aa17b474d7a374f8fd52d71d28.tar.lz UXP-04cfc091daa555aa17b474d7a374f8fd52d71d28.tar.xz UXP-04cfc091daa555aa17b474d7a374f8fd52d71d28.zip |
Issue #1498 - Part 5: Update SSService CID and correct mismatch.
Diffstat (limited to 'security')
-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 6677792e8..4286848a9 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 4d445915f..b7e66503b 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 |