Prevent Firefox from creating shortcuts (#27412)

Fixes #27359
This commit is contained in:
Anthony Vanelverdinghe 2023-10-04 00:57:33 +02:00 committed by GitHub
parent 5a7b405bdb
commit 5295d468ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);