Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit fd1f9f7

Browse files
ffxbldDonalMe
authored andcommitted
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes ct-logs - r=release-managers,dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D256257
1 parent f3bfbfa commit fd1f9f7

File tree

7 files changed

+868
-466
lines changed

7 files changed

+868
-466
lines changed

netwerk/dns/effective_tld_names.dat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Please pull this list from, and only from https://publicsuffix.org/list/public_suffix_list.dat,
66
// rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported.
77

8-
// VERSION: 2025-06-26_12-43-24_UTC
9-
// COMMIT: 9ae55199aa39694b19b7791d2e7b0b7592b3bdd7
8+
// VERSION: 2025-07-05_07-07-06_UTC
9+
// COMMIT: 968c2cce548037261cd6b9c41bffc90138ed7e6f
1010

1111
// Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
1212

@@ -15668,8 +15668,8 @@ dnsupdate.info
1566815668
// Submitted by Gavin Brown <[email protected]>
1566915669
us.org
1567015670

15671-
// V.UA Domain Administrator : https://domain.v.ua/
15672-
// Submitted by Serhii Rostilo <[email protected].ua>
15671+
// V.UA Domain Registry: https://www.v.ua/
15672+
// Submitted by Serhii Rostilo <admin@v.ua>
1567315673
v.ua
1567415674

1567515675
// Val Town, Inc : https://val.town/

security/ct/CTKnownLogs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include <stddef.h>
1616

17-
static const PRTime kCTExpirationTime = INT64_C(1757624752000000);
17+
static const PRTime kCTExpirationTime = INT64_C(1757935735000000);
1818

1919
namespace mozilla::ct {
2020

security/manager/ssl/StaticHPKPins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,4 +736,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
736736

737737
static const int32_t kUnknownId = -1;
738738

739-
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1760012114547000);
739+
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1760354906917000);

0 commit comments

Comments
 (0)