diff --git a/App/ApiStatic.js b/App/ApiStatic.js index 2c6932b..3f9c6c1 100644 --- a/App/ApiStatic.js +++ b/App/ApiStatic.js @@ -14,6 +14,12 @@ var ApiStatic = {Servers: {}, Featured: {},}; ApiStatic.Servers[Serv] = {ServerSoftware: "Misskey"}; }); +//[ "https://pixelfed.uno", +// "https://pixelfed.social" +//].forEach(function(Serv){ +// ApiStatic.Servers[Serv] = {ServerSoftware: "Pixelfed"}; +//}); + ApiStatic.Featured.Servers = []; Object.keys(ApiStatic.Servers).forEach(function(Url){ var Serv = ApiStatic.Servers[Url]; diff --git a/App/Friendiiverse.html b/App/Friendiiverse.html index ba330fa..610005c 100644 --- a/App/Friendiiverse.html +++ b/App/Friendiiverse.html @@ -15,7 +15,7 @@ var FriendicaCredentials = 'redacted:redacted'; var Debug = true; var UseFakeApi = false; -var HttpProxy = /*'';*/ 'http://localhost:44380/'; +var HttpProxy = ''; /*'http://localhost:44380/';*/ var ProxyStrictMode = true;