Merge pull request #72 from GSA/HTTPS-GOOGLE-COM

use HTTPS for www.google.com
This commit is contained in:
Sergey 2023-10-24 14:19:07 +03:00 committed by GitHub
commit 24d9a7ff62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
)