Skip to content

Commit

Permalink
Build Phoenix 2025.01.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: celenity <[email protected]>
  • Loading branch information
celenityy committed Jan 13, 2025
1 parent 51931d6 commit 7bb0a21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/phoenix.js
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ pref("browser.opaqueResponseBlocking.javascriptValidator", true); // [DEFAULT]
// https://searchfox.org/mozilla-central/source/modules/libpref/init/StaticPrefList.yaml#1829

pref("browser.tabs.remote.coep.credentialless", true); // [DEFAULT on Nightly]
pref("dom.origin-trials.coep-credentialless.state", 1); // https://searchfox.org/mozilla-central/source/modules/libpref/init/StaticPrefList.yaml#3447

/// Prevent remoteTypes from triggering process switches they shouldn't be able to...
// https://searchfox.org/mozilla-central/source/browser/app/profile/firefox.js#1035
Expand Down
Binary file modified archives/phoenix.zip
Binary file not shown.
1 change: 1 addition & 0 deletions phoenix.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1616,6 +1616,7 @@ defaultPref("browser.opaqueResponseBlocking.javascriptValidator", true); // [DEF
// https://searchfox.org/mozilla-central/source/modules/libpref/init/StaticPrefList.yaml#1829
defaultPref("browser.tabs.remote.coep.credentialless", true); // [DEFAULT]
defaultPref("dom.origin-trials.coep-credentialless.state", 1); // https://searchfox.org/mozilla-central/source/modules/libpref/init/StaticPrefList.yaml#3447
/// Prevent remoteTypes from triggering process switches they shouldn't be able to...
// https://searchfox.org/mozilla-central/source/browser/app/profile/firefox.js#1035
Expand Down

0 comments on commit 7bb0a21

Please sign in to comment.