mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #1498 - Part 5: Update SSService CID and correct mismatch.
This commit is contained in:
parent
6fe7731e5e
commit
be0246f8e4
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue