dr460nf1r3 / firedragon-browser

A Floorp fork with custom branding 🐉 (mirrored from GitLab)
https://forum.garudalinux.org/t/5018
Mozilla Public License 2.0
244 stars 12 forks source link

Cant Sync addons #65

Closed SmurgBurglar closed 10 months ago

SmurgBurglar commented 1 year ago

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

dr460nf1r3 commented 1 year ago

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.

SmurgBurglar commented 1 year ago

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

dr460nf1r3 commented 1 year ago

The correct value for the tokenserver value is:

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

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");

dr460nf1r3 commented 1 year ago

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

dr460nf1r3 commented 10 months ago

Closing due to the lack of answer.