Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 19, 2020 13:50
Show Gist options
  • Save kasunkv/310cdc16e47a74b0427ecdbff9c1b1f9 to your computer and use it in GitHub Desktop.
Save kasunkv/310cdc16e47a74b0427ecdbff9c1b1f9 to your computer and use it in GitHub Desktop.
Using the MusicStore.Browser feature filter
{
...
"FeatureManagement": {
...
"Suggestion.User": {
"EnabledFor": [
{
"Name": "MusicStore.Browser",
"Parameters": {
"AllowedBrowsers": [
"Chrome",
"Firefox"
]
}
}
]
}
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment