We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad3485 commit b2aed74Copy full SHA for b2aed74
src/firefox/preferences.js
@@ -59,6 +59,10 @@ const prefsCommon: FirefoxPreferences = {
59
const prefsFennec: FirefoxPreferences = {
60
'browser.console.showInPanel': true,
61
'browser.firstrun.show.uidiscovery': false,
62
+ // browser.link.open_newwindow is changed from 3 to 2 in:
63
+ // https://github.com/saadtazi/firefox-profile-js/blob/cafc793d940a779d280103ae17d02a92de862efc/lib/firefox_profile.js#L32
64
+ // Restore original value to avoid https://github.com/mozilla/web-ext/issues/1592
65
+ 'browser.link.open_newwindow': 3,
66
'devtools.remote.usb.enabled': true,
67
};
68
0 commit comments