Skip to content

Commit

Permalink
Open links in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Apr 24, 2024
1 parent fd050a3 commit d77d12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usr/share/webapp-manager/firefox/profile/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ user_pref("browser.contentblocking.category", "strict");
user_pref("privacy.clearOnShutdown.offlineApps", false);
user_pref("privacy.sanitize.sanitizeOnShutdown", false);
user_pref("privacy.sanitize.timeSpan", 1);
user_pref("browser.translations.automaticallyPopup", false);
user_pref("browser.translations.automaticallyPopup", false);
user_pref("browser.link.open_newwindow", 2);

0 comments on commit d77d12c

Please sign in to comment.