Skip to content

Instantly share code, notes, and snippets.

@leeoniya
Created October 31, 2013 23:17
Show Gist options
  • Save leeoniya/7258777 to your computer and use it in GitHub Desktop.
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
// 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