henry pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
437411d2
by Henry Wilkes at 2026-07-14T12:17:51+01:00
1 changed file:
Changes:
| ... | ... | @@ -357,6 +357,8 @@ const DEFAULT_ACTIONS = { |
| 357 | 357 | icon: "chrome://global/skin/icons/experiments.svg",
|
| 358 | 358 | label: "quickactions-labs",
|
| 359 | 359 | onPick: openUrlFun("about:preferences#experimental"),
|
| 360 | + // Disabled in base browser since labs is disabled. tor-browser#44883.
|
|
| 361 | + disabled: () => true,
|
|
| 360 | 362 | },
|
| 361 | 363 | };
|
| 362 | 364 |