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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't access https://accounts.firefox.com/ or use sync [1811567: fixed FF111] #1617

Closed
1 task
Keenly5490 opened this issue Jan 19, 2023 · 1 comment
Closed
1 task

Comments

@Keenly5490
Copy link

馃煡 https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting

  • I have read the troubleshooting guide, done the checks and confirmed this is caused by arkenfox
    • unchecked issues may will be closed as invalid

馃煪 REQUIRED INFO

  • Browser version & OS: Firefox 109.0 Windows 11
  • Steps to Reproduce (STR): Setup Arkenfox
  • Expected result: Being able to access Firefox account
  • Actual result: Error 500 page
  • Console errors and warnings: N/A
  • Anything else you deem worth mentioning: Does not occur with clean Firefox profile

// my overrides
/* override recipe: enable session restore **/
user_pref("browser.startup.page", 3); // 0102
// user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true
// user_pref("browser.sessionstore.privacy_level", 0); // 1003 optional to restore cookies/formdata
user_pref("privacy.clearOnShutdown.history", false); // 2811
// user_pref("privacy.cpd.history", false); // 2820 optional to match when you use Ctrl-Shift-Del/
override recipe: enable session restore ***/
user_pref("browser.startup.page", 3); // 0102
// user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true
// user_pref("browser.sessionstore.privacy_level", 0); // 1003 optional to restore cookies/formdata
user_pref("privacy.clearOnShutdown.history", false); // 2811
// user_pref("privacy.cpd.history", false); // 2820 optional to match when you use Ctrl-Shift-Del
user_pref("keyword.enabled", true); // 0801: enabled urlbar search
user_pref("signon.rememberSignons", false); // 5003: disable saving passwords

@Thorin-Oakenpants
Copy link
Contributor

Hmm, so I only just now noticed this issue .. WTF, not sure what I was doing 18 months ago, but it must have been good

links

  • WORKSFORME 1810741 RFP breaks Sync login
  • ^DUPLICATE 1810868 500 Error when signing in to Firefox Accounts with privacy.resistFingerprinting enabled
  • ^DUPLICATE 1811255 accounts.firefox.com -Can't log to sync, when ("privacy.resistFingerprinting", is set to true)
  • related.. 1621729 privacy.resistFingerprinting set to true breaks login at https://appleid.apple.com/

So all these issues related to timing/performance API and were mostly all solved in FF111+ 1811567 Remove RFP Restrictions on the Performance APIs

@Thorin-Oakenpants Thorin-Oakenpants changed the title Can't access https://accounts.firefox.com/ or use sync Can't access https://accounts.firefox.com/ or use sync [1811567: fixed FF111] Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants