patches/helium: move services to services.helium.imput.net

This commit is contained in:
jj
2025-05-01 11:38:17 +00:00
parent e57d7cd597
commit e4695268b8

View File

@@ -157,7 +157,7 @@
+ </div>
+ <cr-input
+ id="heliumOriginOverride"
+ placeholder="https://services.helium.computer"
+ placeholder="https://services.helium.imput.net"
+ value="[[prefs.helium.services.origin_override.value]]"
+ pattern="https://.*"
+ on-keydown="onOriginOverrideKeydown_"
@@ -415,7 +415,7 @@
+namespace helium {
+
+const char kHeliumDefaultOrigin[] =
+ "https://services.helium.computer";
+ "https://services.helium.imput.net";
+
+const char kHeliumDummyOrigin[] =
+ "https://helium-services-are-disabled.qjz9zk";