Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forced telemetry on default installation #50

Open
murty2 opened this issue Apr 26, 2020 · 0 comments
Open

Forced telemetry on default installation #50

murty2 opened this issue Apr 26, 2020 · 0 comments

Comments

@murty2
Copy link

murty2 commented Apr 26, 2020

Telemetry is forced for default installations :) It takes 4-5 attempts to turn it off from the web GUI before it accepts. Even then, I got suspicious.

If you guys are smart enough to create a complex software, you are certainly able to understand 18 USC 2701: Unlawful Access to Stored Communications is a felony.

Append the following to the file settings.py

SHUUP_TELEMETRY_ENABLED = False
SHUUP_TELEMETRY_HOST_URL = "http://127.0.0.1"
SHUUP_MAX_DAYS_IN_TELEMETRY = 0

It may be a good security practice to block outbound connections to telemetry.shuup.com
It is also good security practice to monitor your web server logs to see any HTTP POST.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant