Skip to content

Files

asrouter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 12, 2024
Feb 24, 2024
Feb 27, 2024
Feb 24, 2024
Feb 8, 2024
Feb 14, 2024
Feb 24, 2024
Feb 26, 2024
Jan 29, 2024
Jan 29, 2024
Feb 24, 2024
Feb 12, 2024
Feb 24, 2024
Feb 24, 2024
Feb 24, 2024
Jan 29, 2024

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"
}