Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeat PREF 4520 4614 #511

Closed
polyproline opened this issue Mar 29, 2021 · 3 comments
Closed

Repeat PREF 4520 4614 #511

polyproline opened this issue Mar 29, 2021 · 3 comments

Comments

@polyproline
Copy link

/* 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]

@pyllyukko
Copy link
Owner

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

@pyllyukko
Copy link
Owner

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

@pyllyukko
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants