Andrei Oprea 8d5dc9939f Bug 1548697 - Upgrade prod dependencies (#5073) 5 years ago
..
components ec29d528e2 Bug 1552195 - Support the escape button for closing all modals (#5060) 5 years ago
docs be9b3bacc1 Bug 1547062 - Experiment branch generation for Trailhead (#4980) 5 years ago
schemas ff8d09c837 Bug 1546898 - Bookmark Panel QA test provider (#4935) 5 years ago
templates ec29d528e2 Bug 1552195 - Support the escape button for closing all modals (#5060) 5 years ago
README.md 55cc6a6429 Bug 1502384 - Link to debugging guide for ASR Devtools 5 years ago
asrouter-content.jsx 8d5dc9939f Bug 1548697 - Upgrade prod dependencies (#5073) 5 years ago
rich-text-strings.js 8d5dc9939f Bug 1548697 - Upgrade prod dependencies (#5073) 5 years ago
template-utils.js 2076b6d278 Port Bug 1486739 - Enable ESLint rule comma-dangle for browser/, services/, taskcluster/ and toolkit/ directories. r=mossop 5 years ago

README.md

Activity Stream Router

Preferences browser.newtab.activity-stream.asrouter.*

Name Used for Type Example value
whitelistHosts Whitelist a host in order to fetch messages from its endpoint [String] ["gist.github.com", "gist.githubusercontent.com", "localhost:8000"]
providers.snippets Message provider options for snippets Object see below
providers.cfr Message provider options for cfr Object see below
providers.onboarding Message provider options for onboarding Object see below

Message providers examples

{
  "id" : "snippets",
  "type" : "remote",
  "enabled": true,
  "url" : "https://snippets.cdn.mozilla.net/us-west/bundles/bundle_d6d90fb9098ce8b45e60acf601bcb91b68322309.json",
  "updateCycleInMs" : 14400000
}
{
  "id" : "onboarding",
  "enabled": true,
  "type" : "local",
  "localProvider" : "OnboardingMessageProvider"
}

Snippet message format documentation