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

Clipboard pref default changed #1849

Closed Tiagoquix closed 3 weeks ago

Tiagoquix commented 3 weeks ago

/* 0807: disable urlbar clipboard suggestions [FF118+] */ // user_pref("browser.urlbar.clipboard.featureGate", false); // [DEFAULT: true FF125+]**

Default is false since v126 (was true in v125)

https://www.mozilla.org/en-US/firefox/126.0/releasenotes/

The URL Paste Suggestion feature added in Fx125 was temporarily disabled while the team investigates a potential performance issue. The feature will be re-enabled in a future release once the performance issue is addressed.

Thorin-Oakenpants commented 3 weeks ago

okie dokie ... did I miss that in 126 diffs? will edit next PR