fune/browser/components/asrouter
2024-02-27 18:52:20 +00:00
..
actors Bug 1878731 - Convert ASRouterDefaultConfig to an ESM. r=emcminn,omc-reviewers 2024-02-12 18:49:36 +00:00
bin Bug 1881573 - Drop use of ESLint rule max-depth from newtab/asrouter/aboutwelcome. r=pdahiya,thecount,Gijs,devtools-reviewers,omc-reviewers,nchevobbe 2024-02-24 10:04:46 +00:00
content Bug 1881901 - Update asrouter/aboutwelcome to use latest node_modules to fix issues building with node 18. r=aminomancer,omc-reviewers 2024-02-24 12:21:20 +00:00
content-src Bug 1879655 - Fix microsurvey group structure, a11y, and randomization. r=omc-reviewers,emcminn 2024-02-27 03:29:29 +00:00
docs Bug 1879220 - Adjust feature callout surface to handle panel surveys. r=jprickett,omc-reviewers 2024-02-08 22:48:27 +00:00
modules Bug 1868676 - Part 1: Allow snapshots of multiple contexts. r=barret,omc-reviewers,aminomancer 2024-02-14 21:31:19 +00:00
tests Bug 1881106 - Move ModalOverlay.test.jsx to newtab directory. r=omc-reviewers,negin 2024-02-27 18:52:20 +00:00
.eslintrc.js Bug 1881265 - Enable ESLint recommended rule getter-return. r=mossop,extension-reviewers,devtools-reviewers,omc-reviewers,nchevobbe,aminomancer,robwu 2024-02-26 11:35:40 +00:00
jar.mn Bug 1868838 - Move messaging schemas into browser/components/asrouter. r=pdahiya,barret 2024-01-29 18:52:27 +00:00
karma.mc.config.js Bug 1881817 - Move all asrouter/content-src/*.js files which are modules to use .mjs extensions. r=aminomancer,omc-reviewers 2024-02-24 10:00:59 +00:00
moz.build Bug 1878731 - Convert ASRouter to an ESM. r=emcminn,pip-reviewers,fxview-reviewers,omc-reviewers,sfoster,kpatenio 2024-02-12 18:49:38 +00:00
package-lock.json Bug 1881901 - Update asrouter/aboutwelcome to use latest node_modules to fix issues building with node 18. r=aminomancer,omc-reviewers 2024-02-24 12:21:20 +00:00
package.json Bug 1881901 - Update asrouter/aboutwelcome to use latest node_modules to fix issues building with node 18. r=aminomancer,omc-reviewers 2024-02-24 12:21:20 +00:00
README.md Bug 1868838 - Move ASRouter docs into browser/components/asrouter. r=pdahiya 2024-01-29 18:52:25 +00:00
webpack.asrouter-admin.config.js Bug 1881817 - Move all asrouter/content-src/*.js files which are modules to use .mjs extensions. r=aminomancer,omc-reviewers 2024-02-24 10:00:59 +00:00
yamscripts.yml Bug 1868838 - Move import-rollouts script into browser/components/asrouter. r=aminomancer 2024-01-29 18:52:28 +00:00

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