firefox: disable 'allow pasting' protection
This commit is contained in:
parent
aa476459eb
commit
abc879df8b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue