*/
user_pref("network.IDN_show_punycode", true);
+
+/* Don't save files that I "Open with..." to my home directory.
+ *
+ * This breaks twenty-year-old cross-browser expectations, and is a
+ * privacy issue for users who have opted not to "Save file" and
+ * expect it not to save the goddamn file.
+ *
+ * References:
+ *
+ * 1. https://superuser.com/questions/1698026/firefox-temporary-downloads-save-location
+ *
+ */
+user_pref("browser.download.start_downloads_in_tmp_dir", true);