Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion mobile/android/fenix/app/nimbus.fml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,14 @@ features:
process. "2" means "isolate high value", Android-specific setting to only isolate sites
considered "high value".
type: Int
default: 2
default: 0
defaults:
- channel: nightly
value:
isolationStrategy: 2
- channel: developer
value:
isolationStrategy: 2

suggest-shipped-domains:
description: Feature that suggests domains from the shipped domain list.
Expand Down