Skip to content

Commit 72ee8c0

Browse files
committed
Upgrade some URLs from http to https
1 parent fd2d122 commit 72ee8c0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Server/mods/deathmatch/Config.h

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,23 +113,17 @@
113113
// SQL variable placeholder (replaces with actual variable content)
114114
#define SQL_VARIABLE_PLACEHOLDER '?'
115115

116-
// Security script path
117-
#define LUA_SECURITY_SCRIPT "security.lua"
118-
119116
// Server FPS limit (in milliseconds)
120117
#define FPS_LIMIT 16
121118

122119
// Max garages
123120
#define MAX_GARAGES 50
124121

125-
// Game-monitor.com query URL (use %u for port input)
126-
#define QUERY_URL_GAME_MONITOR "http://master.game-monitor.com/heartbeat.php?p=%ASE%&e=3"
127-
128122
// MTA master server query URL (Inputs: game port, ase port, http port, version, extra, serverip)
129-
#define QUERY_URL_MTA_MASTER_SERVER "http://master.mtasa.com/ase/add.php?g=%GAME%&a=%ASE%&h=%HTTP%&v=%VER%&x=%EXTRA%&ip=%IP%"
123+
#define QUERY_URL_MTA_MASTER_SERVER "https://master.mtasa.com/ase/add.php?g=%GAME%&a=%ASE%&h=%HTTP%&v=%VER%&x=%EXTRA%&ip=%IP%"
130124

131125
// MTA port tester URL
132-
#define PORT_TESTER_URL "http://nightly.mtasa.com/ports/"
126+
#define PORT_TESTER_URL "https://nightly.mtasa.com/ports/"
133127

134128
// MTA minclientversion auto update and others
135-
#define HQCOMMS_URL "http://updatesa.multitheftauto.com/sa/server/hqcomms/"
129+
#define HQCOMMS_URL "https://updatesa.multitheftauto.com/sa/server/hqcomms/"

0 commit comments

Comments
 (0)