]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Use https for xonstat submissions 953/head
authorbones_was_here <bones_was_here@xa.org.au>
Thu, 9 Dec 2021 15:22:58 +0000 (01:22 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Thu, 9 Dec 2021 15:22:58 +0000 (01:22 +1000)
qcsrc/common/playerstats.qh
xonotic-server.cfg

index d41a097d6d642419ecd4f8218e071774ca516f47..468645b360454143f49564b43dc7d86162d0b980 100644 (file)
@@ -88,7 +88,7 @@ void PlayerStats_GameReport_Handler(entity fh, entity pass, float status);
 //string autocvar_g_playerstats_uri;
 
 string autocvar_g_playerstats_gamereport_ladder;
-string autocvar_g_playerstats_gamereport_uri = "http://stats.xonotic.org/stats/submit";
+string autocvar_g_playerstats_gamereport_uri = "https://stats.xonotic.org/stats/submit";
 
 const float PS_B_STATUS_ERROR = -2;
 const float PS_B_STATUS_IDLE = -1;
index 1f7a0c088e22c01b973d94758a54bdbeb1c3829e..d83357851386d29a7fe3e2d3ce97231f98f857d1 100644 (file)
@@ -548,7 +548,7 @@ set g_frozen_damage_trigger 1 "if 1, frozen players falling into the void/lava/s
 set g_frozen_force 0.6 "How much to multiply the force on a frozen player with"
 
 // player statistics
-set g_playerstats_gamereport_uri "http://stats.xonotic.org/stats/submit" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory."
+set g_playerstats_gamereport_uri "https://stats.xonotic.org/stats/submit" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory."
 set g_playerstats_gamereport_ladder ""
 set g_playerstats_playerbasic_uri "http://stats.xonotic.org"
 set g_playerstats_playerdetail_uri "http://stats.xonotic.org/player/me"