Skip to content

Commit 1f7b8ec

Browse files
committed
Disable flash protected mode to prevent rogue flash processes
1 parent 7ca6bc0 commit 1f7b8ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/browser/firefox/prefs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ user_pref("browser.uitour.enabled", false);
3535
user_pref("browser.tabs.warnOnClose", false);
3636
user_pref("datareporting.healthreport.service.enabled", false);
3737
user_pref("datareporting.healthreport.uploadEnabled", false);
38+
user_pref("dom.ipc.plugins.flash.disable-protected-mode", true);
3839
user_pref("dom.max_chrome_script_run_time", 0);
3940
user_pref("dom.max_script_run_time", 0);
4041
user_pref("extensions.checkCompatibility", false);

0 commit comments

Comments
 (0)