Divested-Mobile / Mull-Fenix

Build scripts for a web browser built upon Mozilla technology
https://divestos.org/pages/our_apps#mull
GNU Affero General Public License v3.0
610 stars 16 forks source link

Set pref("clipboard.autocopy", false) to true #38

Closed aDifferentBook closed 2 years ago

aDifferentBook commented 2 years ago

Started using Mull Browser and found I can't copy links from sites and after searching I found Issue #24 to solve my issue.

But for many other people it's hard to find things and configure them so it's better to enable it by default.

I've set these two values to true -

pref("clipboard.autocopy", false); - true
pref("dom.allow_cut_copy", false); - true
SkewedZeppelin commented 2 years ago

I'll consider it for next version

SkewedZeppelin commented 2 years ago

This is fixed in the latest 98.1.1 release.