fune/browser/components/newtab/content-src/asrouter
2020-04-06 18:00:52 +00:00
..
components Bug 1624330 - Removed a redundant CSS rule that caused snippet dismiss button to overlap content r=andreio 2020-03-24 16:12:39 +00:00
docs Bug 1621289 - Add userId to ASRouterTargeting.jsm r=andreio 2020-03-11 21:07:51 +00:00
schemas
templates Bug 1625913 - Added fix for card images to activity-stream.css r=andreio 2020-04-06 18:00:52 +00:00
asrouter-content.jsx Bug 1626225 - Restored "blockBundle" function, updated devTools "handleBlock" r=Mardak,pdahiya 2020-04-03 22:24:45 +00:00
README.md
rich-text-strings.js
template-utils.js

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
useRemoteL10n Controls whether to use the remote Fluent files for l10n, default as true Boolean `[true

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