1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

"clipboard.plainTextOnly" removed

This commit is contained in:
yokoffing
2022-12-24 12:16:06 -05:00
committed by GitHub
parent 3404a2149b
commit ac700e6059
-3
View File
@@ -436,9 +436,6 @@ user_pref("dom.disable_window_move_resize", true);
//user_pref("accessibility.blockautorefresh", true);
//user_pref("browser.meta_refresh_when_inactive.disabled", true);
// PREF: Plain Text only when copying text
user_pref("clipboard.plainTextOnly", true);
// PREF: Controls if a double click word selection also deletes one adjacent whitespace
// (if feasible). This mimics native behaviour on macOS.
//user_pref("editor.word_select.delete_space_after_doubleclick_selection", true);