dr460nf1r3/firedragon-browser

Cant Sync addons

Closed this issue · 6 comments

I have logged into my firefox account and disabled "disable firefox accounts" but my extensions wont sync.

Hey :) If you are trying to use Mozillas sync server, then this is expected. We use our own. You can however override this via the overrides file mentioned in the readme.

OK but what do i override?
I looked at this page and copied the green lines into override.cfg but nothing changed.
https://gitlab.com/dr460nf1r3/settings/-/commit/6e6226d8776f8ba199906c0f316af96ce8c2f9ba#30b6f0dd77e6fb5baae56412a6982ff9ef96324a_488_487

The correct value for the tokenserver value is:

lockPref("identity.sync.tokenserver.uri", "https://token.services.mozilla.com/1.0/sync/1.5");

still nothing my overrides.cfg look's like this
"DisableFirefoxAccounts": false,

defaultPref("privacy.userContext.enabled", true); // this breaks loggin into FF syncserver

lockPref("identity.sync.tokenserver.uri", "https://token.services.mozilla.com/1.0/sync/1.5");

If you go to about:config, does it show the right URL? Also, try relogging if you didn't do that already please.

Closing due to the lack of answer.