Skip to content

Commit

Permalink
feat: update projects (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkCZ authored Jun 2, 2024
1 parent 90ecd80 commit b726288
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/background/data/projectsListData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ export const projectsListData: ProjectsListData = [
'dev.commonvoice.allizom.org',
],
},
{
slug: 'donate-mozilla-content',
domains: ['donate.mozilla.org'],
},
{
slug: 'donate-thunderbird-content',
domains: ['give.thunderbird.net'],
},
{
slug: 'firefox-accounts',
domains: ['accounts.firefox.com', 'accounts.stage.mozaws.net'],
},
{
slug: 'firefox-monitor-website',
domains: [
Expand All @@ -48,6 +36,7 @@ export const projectsListData: ProjectsListData = [
slug: 'firefox-relay-website',
domains: [
'relay.firefox.com',
'stage.fxprivaterelay.nonprod.cloudops.mozgcp.net',
'dev.fxprivaterelay.nonprod.cloudops.mozgcp.net',
],
},
Expand All @@ -56,8 +45,8 @@ export const projectsListData: ProjectsListData = [
domains: ['foundation.mozilla.org', 'foundation.mofostaging.net'],
},
{
slug: 'mdn',
domains: ['developer.mozilla.org', 'developer.allizom.org'],
slug: 'mozilla-accounts',
domains: ['accounts.firefox.com', 'accounts.stage.mozaws.net'],
},
{
slug: 'mozilla-festival',
Expand Down

0 comments on commit b726288

Please sign in to comment.