1
0
Fork 0

Fix sync server url

This commit is contained in:
Malte 2022-12-01 02:55:37 +01:00
parent 78d783e061
commit 5bd83cd18d

View file

@ -8,7 +8,7 @@ startpage: {pkgs, ...}: {
"browser.search.region" = "DE";
"distribution.searchplugins.defaultLocale" = "de-DE";
"general.useragent.locale" = "de-DE";
"identity.sync.tokenserver.uri" = "https://firefox-sync.maralorn.de/token/1.0/sync/1.5";
"identity.sync.tokenserver.uri" = "https://firefox-sync.maralorn.de/1.0/sync/1.5";
"browser.download.useDownloadDir" = "false";
"browser.newtab.extensionControlled" = "true";
"browser.newtab.privateAllowed" = "true";