Skip to content

Commit

Permalink
Merge pull request #72 from GSA/HTTPS-GOOGLE-COM
Browse files Browse the repository at this point in the history
use HTTPS for www.google.com
  • Loading branch information
smotornyuk authored Oct 24, 2023
2 parents 3402d74 + 0c6df3f commit 24d9a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/googleanalytics/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 24d9a7f

Please sign in to comment.