No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes mobile-experiments ct-logs - r=release-managers,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D245156
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
"channel": "release",
|
||||
"userFacingName": "New Onboarding Experience experiment phase 2 (Android)",
|
||||
"userFacingDescription": "Rolling out new onboarding experience pointing to more information about data use.",
|
||||
"isEnrollmentPaused": false,
|
||||
"isEnrollmentPaused": true,
|
||||
"isRollout": false,
|
||||
"bucketConfig": {
|
||||
"randomizationUnit": "nimbus_id",
|
||||
@@ -309,7 +309,7 @@
|
||||
],
|
||||
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('136.!') >= 0)))",
|
||||
"startDate": "2025-03-14",
|
||||
"enrollmentEndDate": null,
|
||||
"enrollmentEndDate": "2025-04-07",
|
||||
"endDate": null,
|
||||
"proposedDuration": 14,
|
||||
"proposedEnrollment": 14,
|
||||
@@ -336,7 +336,7 @@
|
||||
"channel": "release",
|
||||
"userFacingName": "New Onboarding Experience experiment phase 3 (Android)",
|
||||
"userFacingDescription": "Rolling out new onboarding experience pointing to more information about data use.",
|
||||
"isEnrollmentPaused": false,
|
||||
"isEnrollmentPaused": true,
|
||||
"isRollout": false,
|
||||
"bucketConfig": {
|
||||
"randomizationUnit": "nimbus_id",
|
||||
@@ -433,7 +433,7 @@
|
||||
],
|
||||
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('137.!') >= 0)))",
|
||||
"startDate": "2025-03-24",
|
||||
"enrollmentEndDate": null,
|
||||
"enrollmentEndDate": "2025-04-10",
|
||||
"endDate": null,
|
||||
"proposedDuration": 14,
|
||||
"proposedEnrollment": 14,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// Please pull this list from, and only from https://publicsuffix.org/list/public_suffix_list.dat,
|
||||
// rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported.
|
||||
|
||||
// VERSION: 2025-03-28_19-52-32_UTC
|
||||
// COMMIT: b39e35ef3835c5db7aaf311c179fc1f6d92b92d5
|
||||
// VERSION: 2025-04-10_15-11-05_UTC
|
||||
// COMMIT: 1daef550aab77e1a43d67abd7de78cafa1110468
|
||||
|
||||
// Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
|
||||
|
||||
@@ -11395,7 +11395,7 @@ cloudfront.net
|
||||
|
||||
// Amazon Cognito
|
||||
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
||||
// Reference: cb38c251-c93d-4cda-81ec-e72c4f0fdb72
|
||||
// Reference: eb4652f0-20f0-43f5-b323-e6cc6ae02ad7
|
||||
auth.af-south-1.amazoncognito.com
|
||||
auth.ap-east-1.amazoncognito.com
|
||||
auth.ap-northeast-1.amazoncognito.com
|
||||
@@ -11407,6 +11407,7 @@ auth.ap-southeast-1.amazoncognito.com
|
||||
auth.ap-southeast-2.amazoncognito.com
|
||||
auth.ap-southeast-3.amazoncognito.com
|
||||
auth.ap-southeast-4.amazoncognito.com
|
||||
auth.ap-southeast-5.amazoncognito.com
|
||||
auth.ca-central-1.amazoncognito.com
|
||||
auth.ca-west-1.amazoncognito.com
|
||||
auth.eu-central-1.amazoncognito.com
|
||||
@@ -11425,6 +11426,7 @@ auth.us-east-1.amazoncognito.com
|
||||
auth-fips.us-east-1.amazoncognito.com
|
||||
auth.us-east-2.amazoncognito.com
|
||||
auth-fips.us-east-2.amazoncognito.com
|
||||
auth-fips.us-gov-east-1.amazoncognito.com
|
||||
auth-fips.us-gov-west-1.amazoncognito.com
|
||||
auth.us-west-1.amazoncognito.com
|
||||
auth-fips.us-west-1.amazoncognito.com
|
||||
@@ -13306,6 +13308,10 @@ mydobiss.com
|
||||
// Submitted by Robin Naundorf <r.naundorf@fh-muenster.de>
|
||||
fh-muenster.io
|
||||
|
||||
// Figma : https://www.figma.com
|
||||
// Submitted by Nick Frost <psl@figma.com>
|
||||
figma.site
|
||||
|
||||
// Filegear Inc. : https://www.filegear.com
|
||||
// Submitted by Jason Zhu <jason@owtware.com>
|
||||
filegear.me
|
||||
@@ -15658,6 +15664,11 @@ wmflabs.org
|
||||
// Submitted by William Harrison <psl@wharrison.com.au>
|
||||
wdh.app
|
||||
|
||||
// Windsurf : https://windsurf.com
|
||||
// Submitted by Douglas Chen <psl@windsurf.com>
|
||||
windsurf.app
|
||||
windsurf.build
|
||||
|
||||
// WISP : https://wisp.gg
|
||||
// Submitted by Stepan Fedotov <stepan@wisp.gg>
|
||||
panel.gg
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
static const PRTime kCTExpirationTime = INT64_C(1750072636000000);
|
||||
static const PRTime kCTExpirationTime = INT64_C(1750369089000000);
|
||||
|
||||
namespace mozilla::ct {
|
||||
|
||||
|
||||
@@ -736,4 +736,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1752491823018000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1752788251562000);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "53.4",
|
||||
"log_list_timestamp": "2025-04-06T12:54:30Z",
|
||||
"version": "53.8",
|
||||
"log_list_timestamp": "2025-04-10T12:53:08Z",
|
||||
"operators": [
|
||||
{
|
||||
"name": "Google",
|
||||
|
||||
@@ -172,63 +172,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"base": {
|
||||
"aliases": [
|
||||
"amazon"
|
||||
],
|
||||
"classification": "unknown",
|
||||
"name": "Amazon.co.jp",
|
||||
"partnerCode": "mozillajapan-fx-22",
|
||||
"urls": {
|
||||
"search": {
|
||||
"base": "https://www.amazon.co.jp/exec/obidos/external-search/",
|
||||
"params": [
|
||||
{
|
||||
"name": "mode",
|
||||
"value": "blended"
|
||||
},
|
||||
{
|
||||
"name": "tag",
|
||||
"value": "{partnerCode}"
|
||||
},
|
||||
{
|
||||
"name": "sourceid",
|
||||
"value": "Mozilla-search"
|
||||
}
|
||||
],
|
||||
"searchTermParamName": "field-keywords"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "9d089e46-dc94-4d4f-8f17-cc07b59aa9e4",
|
||||
"identifier": "amazon-jp",
|
||||
"last_modified": 1718719100309,
|
||||
"recordType": "engine",
|
||||
"schema": 1718637175117,
|
||||
"variants": [
|
||||
{
|
||||
"environment": {
|
||||
"regions": [
|
||||
"jp"
|
||||
]
|
||||
},
|
||||
"subVariants": [
|
||||
{
|
||||
"environment": {
|
||||
"applications": [
|
||||
"firefox-android",
|
||||
"focus-android",
|
||||
"firefox-ios",
|
||||
"focus-ios"
|
||||
]
|
||||
},
|
||||
"partnerCode": "moz-jp-mbl-22"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"base": {
|
||||
"aliases": [
|
||||
@@ -8106,5 +8049,5 @@
|
||||
"schema": 1707824831520
|
||||
}
|
||||
],
|
||||
"timestamp": 1742996759044
|
||||
"timestamp": 1744212474334
|
||||
}
|
||||
|
||||
@@ -1,5 +1,90 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"url": "http://tagesschau.de/",
|
||||
"order": 30,
|
||||
"title": "Tagesschau",
|
||||
"schema": 1744139458883,
|
||||
"exclude_locales": [],
|
||||
"exclude_regions": [],
|
||||
"include_locales": [],
|
||||
"include_regions": [
|
||||
"DE"
|
||||
],
|
||||
"exclude_experiments": [],
|
||||
"include_experiments": [],
|
||||
"id": "21f784bb-c8a5-4b4a-b6f1-b40ef2611561",
|
||||
"last_modified": 1744205351122
|
||||
},
|
||||
{
|
||||
"url": "http://lemonde.fr/",
|
||||
"order": 30,
|
||||
"title": "Le Monde",
|
||||
"schema": 1744139543826,
|
||||
"exclude_locales": [],
|
||||
"exclude_regions": [],
|
||||
"include_locales": [],
|
||||
"include_regions": [
|
||||
"FR"
|
||||
],
|
||||
"exclude_experiments": [],
|
||||
"include_experiments": [],
|
||||
"id": "c1f45f82-9e1a-4f43-ae87-7f8afebd259f",
|
||||
"last_modified": 1744205351119
|
||||
},
|
||||
{
|
||||
"url": "https://addons.mozilla.org/",
|
||||
"order": 50,
|
||||
"title": "Add-ons for Firefox",
|
||||
"schema": 1744009544308,
|
||||
"exclude_locales": [],
|
||||
"exclude_regions": [
|
||||
"CN",
|
||||
"US",
|
||||
"DE",
|
||||
"FR",
|
||||
"GB",
|
||||
"IN"
|
||||
],
|
||||
"include_locales": [],
|
||||
"include_regions": [],
|
||||
"exclude_experiments": [],
|
||||
"include_experiments": [],
|
||||
"id": "8501fc16-ab6c-4c11-b92d-7b9dcf07d927",
|
||||
"last_modified": 1744205351116
|
||||
},
|
||||
{
|
||||
"url": "http://ndtv.com/",
|
||||
"order": 30,
|
||||
"title": "NDTV",
|
||||
"schema": 1744139692856,
|
||||
"exclude_locales": [],
|
||||
"exclude_regions": [],
|
||||
"include_locales": [],
|
||||
"include_regions": [
|
||||
"IN"
|
||||
],
|
||||
"exclude_experiments": [],
|
||||
"include_experiments": [],
|
||||
"id": "66464512-677d-4f1c-9205-123d47a8928c",
|
||||
"last_modified": 1744205351112
|
||||
},
|
||||
{
|
||||
"url": "https://apnews.com/",
|
||||
"order": 30,
|
||||
"title": "AP News",
|
||||
"schema": 1744139364000,
|
||||
"exclude_locales": [],
|
||||
"exclude_regions": [],
|
||||
"include_locales": [],
|
||||
"include_regions": [
|
||||
"US"
|
||||
],
|
||||
"exclude_experiments": [],
|
||||
"include_experiments": [],
|
||||
"id": "ba9f60f9-21a4-421b-b951-fabbccaee17a",
|
||||
"last_modified": 1744205351109
|
||||
},
|
||||
{
|
||||
"url": "https://www.bbc.co.uk/",
|
||||
"order": 30,
|
||||
@@ -121,5 +206,5 @@
|
||||
"last_modified": 1599146777370
|
||||
}
|
||||
],
|
||||
"timestamp": 1741633408486
|
||||
"timestamp": 1744205351122
|
||||
}
|
||||
|
||||
@@ -1,5 +1,44 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"schema": 1744293480581,
|
||||
"derHash": "ItqW8Z78BCkDSiJ1Xp1/5HRrPK1WoBPtHALxQqciuac=",
|
||||
"attachment": {
|
||||
"hash": "15cdad95991382d11b6f94251d024c7cf1dbc6f78f1f713e1644f0ae0f8c018c",
|
||||
"size": 1260,
|
||||
"filename": "KUZ54Pl__UdPGVZ7NjgjlOG0lg4DCXXmY1NFIDSjxeo=.pem",
|
||||
"location": "security-state-staging/intermediates/c548a90f-6214-4fc0-8de7-9fa9148d8a81.pem",
|
||||
"mimetype": "application/x-pem-file"
|
||||
},
|
||||
"id": "e344ecc6-751a-46b8-8c74-c23748c4cae4",
|
||||
"last_modified": 1744297022538
|
||||
},
|
||||
{
|
||||
"schema": 1744293480252,
|
||||
"derHash": "yPtbuBGTyptTHioKVo8UzHXSCSS5jSck3SQ/Y9gTzxM=",
|
||||
"attachment": {
|
||||
"hash": "3a8e4b8914084bb39ad3d2a9eb636c2ffb260720f9054360abf95315cf3f0d4f",
|
||||
"size": 2028,
|
||||
"filename": "8OC2--i3TU-C2O2Pi9aj0IPcGds9LO2xBhzLdthI7n0=.pem",
|
||||
"location": "security-state-staging/intermediates/34902f54-3c13-43d6-95ae-db088cbf3e86.pem",
|
||||
"mimetype": "application/x-pem-file"
|
||||
},
|
||||
"id": "1cd993ba-0673-4cd4-900d-deb4a7a8ffef",
|
||||
"last_modified": 1744297022536
|
||||
},
|
||||
{
|
||||
"schema": 1744293479823,
|
||||
"derHash": "WfipTBG80Z/U4PGsTTlON5E65ftYYqJajs0We6O5o6I=",
|
||||
"attachment": {
|
||||
"hash": "799be9b4af75de7638383edd6895325788c3df71517d7649e8543b36ec828ac5",
|
||||
"size": 1699,
|
||||
"filename": "Rhcj0dcdOovISeMPXTWpuUDiNf1EzyxSHeMUK0lfoR8=.pem",
|
||||
"location": "security-state-staging/intermediates/1ac72e44-7ffe-4e94-8695-fd54e196e0a6.pem",
|
||||
"mimetype": "application/x-pem-file"
|
||||
},
|
||||
"id": "8f3aeedd-0ea7-4909-9715-e63f08ac74b9",
|
||||
"last_modified": 1744297022532
|
||||
},
|
||||
{
|
||||
"schema": 1743127073678,
|
||||
"derHash": "kB28sW22R1XVxPuJM/VbtFlxDLUvutrNWqEKrruRKsI=",
|
||||
@@ -31082,5 +31121,5 @@
|
||||
"last_modified": 1559865884636
|
||||
}
|
||||
],
|
||||
"timestamp": 1743821823270
|
||||
"timestamp": 1744297022538
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user