Skip to content

Commit

Permalink
Prevent Firefox from creating shortcuts (#27412)
Browse files Browse the repository at this point in the history
Fixes #27359
  • Loading branch information
anthonyvdotbe authored Oct 3, 2023
1 parent 5a7b405 commit 5295d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser_patches/firefox/preferences/playwright.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,5 @@ pref("extensions.blocklist.enabled", false);
// Force Firefox Devtools to open in a separate window.
pref("devtools.toolbox.host", "window");
// Prevent shortcut creation
pref("browser.privacySegmentation.createdShortcut", true);

0 comments on commit 5295d46

Please sign in to comment.