Bug 1494431 - Pin *.firefox.com to mozilla services whitelisted roots r=keeler,jcj

Put the entire *.firefox.com domain in the list of sites covered by the mozilla services whitelisted roots, which currently include Digicert and Let's Encrypt.

Differential Revision: https://phabricator.services.mozilla.com/D7219

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julien Vehent 2018-09-28 23:37:51 +00:00
Родитель 086c0861a3
Коммит 92ca2d1e89
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -175,7 +175,12 @@
"pins": "mozilla_services", "test_mode": true, "id": 3 },
{ "name": "aus5.mozilla.org", "include_subdomains": true,
"pins": "mozilla_services", "test_mode": true, "id": 7 },
// Catchall for applications hosted under firefox.com
// see https://bugzilla.mozilla.org/show_bug.cgi?id=1494431
{ "name": "firefox.com", "include_subdomains": true,
"pins": "mozilla_services", "test_mode": true, "id": 15 },
// Firefox Accounts & sync
// superseded by catchall for firefox.com, but leaving for tracking
{ "name": "accounts.firefox.com", "include_subdomains": true,
"pins": "mozilla_services", "test_mode": false, "id": 4 },
{ "name": "api.accounts.firefox.com", "include_subdomains": true,
@ -197,6 +202,7 @@
{ "name": "telemetry.mozilla.org", "include_subdomains": true,
"pins": "mozilla_services", "test_mode": true, "id": 8 },
// Test Pilot
// superseded by catchall for firefox.com, but leaving for tracking
{ "name": "testpilot.firefox.com", "include_subdomains": false,
"pins": "mozilla_services", "test_mode": false, "id": 9 },
// Crash report sites