arkenfox / user.js

Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
MIT License
9.43k stars 507 forks source link

How to enable click to copy? #1865

Closed alexkwa closed 2 days ago

alexkwa commented 4 days ago

I've got user_pref("dom.event.clipboardevents.enabled", true); // 7013 enable cut/copy/paste but can't use any click to copy function on websites.

🟪 REQUIRED INFO

user_pref("media.gmp-widevinecdm.enabled", true); // 2021 enable winevine for Netflix
user_pref("media.eme.enabled", true); // 2022

user_pref("browser.startup.page", 3); // 0102: override recipe: enable session restore

user_pref("keyword.enabled", true); // 0801: disable location bar using search

user_pref("privacy.clearOnShutdown.history", false); // 2811

user_pref("dom.event.clipboardevents.enabled", true); // 7013 enable cut/copy/paste

user_pref("javascript.options.wasm", true); // 5506: enable WebAssembly [FF52+] for Bitwarden Argon2id

Thorin-Oakenpants commented 4 days ago

sidenote

7013 is already commented out in the user.js, so you shouldn't need to add it as an override

javascript.options.wasm is also default true in FF and commented out in the user.js

while it won't hurt to have then added as overrides, it's not recommended because it blocks upstream changes (not that I think they would change these ones) and adds noise to your setup


Worksforme on windows. Make sure you're not blocking something with an extension

Thorin-Oakenpants commented 2 days ago

closing as invalid - arkenfox does not change any clipboard settings