fune/browser/components/newtab/content-src/asrouter
2023-12-13 23:29:49 +00:00
..
components Bug 1715158 - Remove ASRouterUISurface, snippet templates, and associated tests. r=pdahiya 2023-12-06 16:15:15 +00:00
docs Bug 1866802 - Update documentation for the ASRouter and Discovery Stream devtools. r=pdahiya,thecount 2023-12-13 23:29:49 +00:00
schemas Bug 1715158 - Remove traces of snippets from source documentation. r=pdahiya,perftest-reviewers,sparky 2023-12-06 16:15:16 +00:00
templates Bug 1715158 - Remove ASRouterUISurface, snippet templates, and associated tests. r=pdahiya 2023-12-06 16:15:15 +00:00
asrouter-utils.js Bug 1715158 - Remove ASRouterUISurface, snippet templates, and associated tests. r=pdahiya 2023-12-06 16:15:15 +00:00
README.md Bug 1715158 - Remove traces of snippets from source documentation. r=pdahiya,perftest-reviewers,sparky 2023-12-06 16:15:16 +00:00
template-utils.js

Activity Stream Router

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

Name Used for Type Example value
allowHosts Allow a host in order to fetch messages from its endpoint [String] ["gist.github.com", "gist.githubusercontent.com", "localhost:8000"]
providers.cfr Message provider options for cfr Object see below
providers.onboarding Message provider options for onboarding Object see below
useRemoteL10n Controls whether to use the remote Fluent files for l10n, default as true Boolean `[true

Message providers examples

{
  "id" : "onboarding",
  "enabled": true,
  "type" : "local",
  "localProvider" : "OnboardingMessageProvider"
}

Message format documentation