Created
October 31, 2013 23:17
-
-
Save leeoniya/7258777 to your computer and use it in GitHub Desktop.
prevent portable Firefox installs from scanning the local system's plugins and extensions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// with Firefox closed, add these to your prefs.js file, restart Firefox | |
user_pref("extensions.enabledScopes", 5); | |
user_pref("plugin.scan.4xPluginFolder", false); | |
user_pref("plugin.scan.Acrobat", "100"); | |
user_pref("plugin.scan.Quicktime", "100"); | |
user_pref("plugin.scan.WindowsMediaPlayer", "100"); | |
user_pref("plugin.scan.plid.all", false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment