diff --git a/NebulaAuth.sln b/NebulaAuth.sln
index 29f7e9e..d4d148d 100644
--- a/NebulaAuth.sln
+++ b/NebulaAuth.sln
@@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "changelog", "changelog", "{
changelog\1.5.2.html = changelog\1.5.2.html
changelog\1.5.3.html = changelog\1.5.3.html
changelog\1.5.4.html = changelog\1.5.4.html
+ changelog\1.5.5.html = changelog\1.5.5.html
EndProjectSection
EndProject
Global
diff --git a/NebulaAuth/update.xml b/NebulaAuth/update.xml
index 5abc88e..8723038 100644
--- a/NebulaAuth/update.xml
+++ b/NebulaAuth/update.xml
@@ -1,7 +1,7 @@
-
- 1.5.4.0
- https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/releases/download/1.5.4/NebulaAuth.1.5.4.zip
- https://achiez.github.io/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/changelog/1.5.4.html
+ 1.5.5.0
+ https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/releases/download/1.5.5/NebulaAuth.1.5.5.zip
+ https://achiez.github.io/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/changelog/1.5.5.html
false
\ No newline at end of file
diff --git a/SteamLibForked/Web/ClientBuilder.cs b/SteamLibForked/Web/ClientBuilder.cs
index 3af1708..08fbe4a 100644
--- a/SteamLibForked/Web/ClientBuilder.cs
+++ b/SteamLibForked/Web/ClientBuilder.cs
@@ -46,6 +46,8 @@ public static class ClientBuilder
private static void ConfigureCommonClient(HttpClient client)
{
client.Timeout = TimeSpan.FromSeconds(50);
+ client.DefaultRequestHeaders.Referrer = new Uri("https://steamcommunity.com");
+ client.DefaultRequestHeaders.Add("Origin", "https://steamcommunity.com");
client.DefaultRequestHeaders.AcceptLanguage.Add(new StringWithQualityHeaderValue("en-US"));
}
}
\ No newline at end of file
diff --git a/changelog/1.5.5.html b/changelog/1.5.5.html
new file mode 100644
index 0000000..f004ec0
--- /dev/null
+++ b/changelog/1.5.5.html
@@ -0,0 +1,81 @@
+
+
+
+
+
+ Changelog
+
+
+
+
+
+
+
+
Version 1.5.5
+
12.02.2025
+
+
+ - NEWS: Official Telegram group now available! Join us at t.me/nebulaauth
+ - HOT-FIX: Fixed authentication and confirmations problems caused by 12.02.2025 Steam update
+
+
+
+
+
+
+
\ No newline at end of file