From 9929410c1842d459a70aa10718a00691b4831cdc Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 14 Aug 2023 21:52:00 +0100 Subject: [PATCH] refactor: remove unnecessary header in info_stats.sh The commit removes an unnecessary header in the info_stats.sh file. This change simplifies the code and improves readability. --- lgsm/modules/info_stats.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lgsm/modules/info_stats.sh b/lgsm/modules/info_stats.sh index ad1bd6778..5512007ba 100644 --- a/lgsm/modules/info_stats.sh +++ b/lgsm/modules/info_stats.sh @@ -89,7 +89,6 @@ curl -X POST "https://www.google-analytics.com/mp/collect?api_secret=A-OzP02TSMW }" curl -i -X POST https://stats.linuxgsm.com/api/event \ - -H 'X-Forwarded-For: 127.0.0.1' \ -H 'Content-Type: application/json' \ --data "{\"name\":\"linuxgsm\", \"url\":\"https://stats.linuxgsm.com\",