Skip to content

Commit

Permalink
Disable flash protected mode to prevent rogue flash processes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Jun 24, 2015
1 parent 7ca6bc0 commit 1f7b8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/browser/firefox/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ user_pref("browser.uitour.enabled", false);
user_pref("browser.tabs.warnOnClose", false);
user_pref("datareporting.healthreport.service.enabled", false);
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("dom.ipc.plugins.flash.disable-protected-mode", true);
user_pref("dom.max_chrome_script_run_time", 0);
user_pref("dom.max_script_run_time", 0);
user_pref("extensions.checkCompatibility", false);
Expand Down

0 comments on commit 1f7b8ec

Please sign in to comment.