use HTTPS for www.google.com

This commit is contained in:
Fuhu Xia 2023-10-23 12:53:13 -04:00
parent 3402d747e7
commit 0c6df3f737
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def _ga_handler(data_dict):
log.debug("Sending API event to Google Analytics: %s", data)
requests.post(
"http://www.google-analytics.com/collect",
"https://www.google-analytics.com/collect",
data,
timeout=10,
)