1
Fork 0

firefox: disable 'allow pasting' protection

This commit is contained in:
Alan Faubert 2019-11-25 19:35:01 -05:00
parent aa476459eb
commit abc879df8b

View file

@ -10,6 +10,7 @@ user_pref("browser.safebrowsing.phishing.enabled", false);
user_pref("browser.search.suggest.enabled", false);
user_pref("browser.startup.homepage", "about:profiles");
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("devtools.selfxss.count", 5);
user_pref("general.warnOnAboutConfig", false);
user_pref("layout.css.visited_links_enabled", false);
user_pref("media.autoplay.default", 5);