diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 17380adec32..89e50a66379 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -599,7 +599,3 @@ pref("browser.places.migratePostDataAnnotations", true); // 1 - pre-populate site URL, but don't fetch certificate // 2 - pre-populate site URL and pre-fetch certificate pref("browser.ssl_override_behavior", 1); - -// replace newlines with spaces when pasting into fields -pref("editor.singleLine.pasteNewlines", 2); -