We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcba2b2 commit d57c4b6Copy full SHA for d57c4b6
modules/libpref/init/StaticPrefList.yaml
@@ -6195,6 +6195,9 @@
6195
# The strategy used to control how sites are isolated into separate processes
6196
# when Fisison is enabled. This pref has no effect if Fission is disabled.
6197
# See the `WebContentIsolationStrategy` enum in `ProcessIsolation.cpp`.
6198
+# On Android, this is currently overridden: for Fenix - via nimbus.fml.yml,
6199
+# and for other Andoid Components consumers value 2 is hardcoded
6200
+# in the default settings in mozilla.components.concept.engine.Settings
6201
- name: fission.webContentIsolationStrategy
6202
type: uint32_t
6203
value: 1
0 commit comments