mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-26 08:08:52 +00:00
14 lines
568 B
C++
14 lines
568 B
C++
diff --git a/testing/profiles/profileserver/user.js b/testing/profiles/profileserver/user.js
|
|
index 19ff7d474f6d22d2d386764e2e6942ce6a324470..3cec3a25acc6f8780d56d273995974a905b6c031 100644
|
|
--- a/testing/profiles/profileserver/user.js
|
|
+++ b/testing/profiles/profileserver/user.js
|
|
@@ -8,3 +8,7 @@
|
|
user_pref("dom.timeout.enable_budget_timer_throttling", false);
|
|
// Turn off update
|
|
user_pref("app.update.disabledForTesting", true);
|
|
+
|
|
+// zen:
|
|
+// Disable workspaces in order to prevent SQL calls
|
|
+user_pref("zen.workspaces.enabled", false);
|
|
\ No newline at end of file
|