Bump to beta.17

This commit is contained in:
daijro 2024-11-21 16:24:11 -06:00
parent 90c3cd6c78
commit c5cad3040c
3 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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" }
]

View file

@ -1,2 +1,2 @@
version=132.0.2
release=beta.16
release=beta.17