omegafox/patches/disable-remote-cue.patch
2024-08-13 07:09:35 -05:00

14 lines
449 B
Diff

cd camoufox-129.0-beta && git diff
diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
index 1d69c20fb5..c34b4c6a88 100644
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
@@ -6721,7 +6721,7 @@ const gRemoteControl = {
"browser.chrome.disableRemoteControlCueForTests",
false
);
- if (disableRemoteControlCue && Cu.isInAutomation) {
+ if (true) {
return;
}