user.js icon indicating copy to clipboard operation
user.js copied to clipboard

Repeat PREF 4520 4614

Open polyproline opened this issue 3 years ago • 2 comments

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

  • [NOTE] pref added in FF63, but applied to chrome in FF77. RFP spoofs this for web content ***/ user_pref("ui.prefersReducedMotion", 1); // [HIDDEN PREF]

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

polyproline avatar Mar 29 '21 07:03 polyproline

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

pyllyukko avatar Apr 02 '21 21:04 pyllyukko

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

pyllyukko avatar Apr 25 '21 20:04 pyllyukko

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

pyllyukko avatar Jul 08 '23 09:07 pyllyukko