pyllyukko / user.js

user.js -- Firefox configuration hardening
MIT License
2.73k stars 233 forks source link

Repeat PREF 4520 4614 #511

Closed polyproline closed 11 months ago

polyproline commented 3 years ago

/* 4520: disable chrome animations [FF77+] [RESTART]

// 4614: enforce prefers-reduced-motion as no-preference [FF63+] [RESTART] // 0=no-preference, 1=reduce user_pref("ui.prefersReducedMotion", 0); // [HIDDEN PREF]

pyllyukko commented 3 years ago

Why? What are the security/privacy implications of this feature?

pyllyukko commented 3 years ago

As I understood this is handled by RFP so I don't think we need to set this explicitly.

pyllyukko commented 11 months ago

I'm closing this for now. Please re-open with more details and references if necessary.