We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a164f commit 1188176Copy full SHA for 1188176
1 file changed
app/analytics.py
@@ -58,9 +58,9 @@ def post(event_id):
58
usedforsecurity=False,
59
).digest()
60
)
61
- referrer = (
62
- os.environ["GITHUB_SERVER_URL"] + "/" + os.environ["GITHUB_REPOSITORY_OWNER"]
63
- )
+
+ # Record only the domain name, not any specific paths
+ referrer = os.environ["GITHUB_SERVER_URL"]
64
65
# Plausible.io rejects GitHub's original IP address b/c it is listed as a
66
# datacenter address and we don't have information about the actual address of the
0 commit comments