Skip to content

Commit

Permalink
Bump to beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
daijro committed Nov 21, 2024
1 parent 90c3cd6 commit c5cad30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions settings/camoufox.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,7 @@ defaultPref("toolkit.telemetry.server", "");
defaultPref("extensions.blocklist.enabled", false);

// Force Firefox Devtools to open in a separate window.
// Causes strange artifacts that make it difficult to debug:
// defaultPref("devtools.toolbox.host", "window");
defaultPref("devtools.toolbox.host", "window");

// Disable auto translations
defaultPref("browser.translations.enable", false);
Expand Down
1 change: 1 addition & 0 deletions settings/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@
{ "property": "mediaDevices:speakers", "type": "uint" },
{ "property": "mediaDevices:enabled", "type": "bool" },
{ "property": "memorysaver", "type": "bool" },
{ "property": "addons", "type": "array" },
{ "property": "debug", "type": "bool" }
]
2 changes: 1 addition & 1 deletion upstream.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=132.0.2
release=beta.16
release=beta.17

0 comments on commit c5cad30

Please sign in to comment.