Open almereyda opened 7 months ago
💡 Open
We want to implement the fix or feature in the near future. We can’t promise it will appear in the next public release, but it’s on our short list.
This is an automatic reply by the bot.
Thank you!
Sorry for having bothered you, if this was the case.
Upon review, I'm seeing there are more mentions to app.affine.pro in https://github.com/toeverything/AFFiNE/pull/6425/files#diff-34fa70f6f51a4276612515c7bf9671e64310d0fa1601ca6a41d6d510137747a9L31-L32
Should those be removed or made configurable, too?
Dispite #6424 already merged, AFFiNE 0.17.0-nightly-2335e8a
seems to ignore TELEMTRY_ENABLE=false
option. The frontend still sends request to telemetry.affine.run
.
What happened?
When running the current Docker distribution, requests are made to third-party sources.
When telemetry is disabled in the user account, Mixpanel will become silent, even on the login form when logged out, but Cloudflare remains active.
In both cases we also see requests to:
which perfectly acts as a tracking pixel
redirect_uri
after sending a POST request to/api/auth/sign-in
This is responded to with a 406, and upon a second try with a 200 and login works, despite malconfigured
This can be understood as a breach of privacy and could lead to illegal behaviour, esp. in the EU with regards to the GDPR.
Two resolution vectors offer themselves:
redirect_uri
parameter.Distribution version
Linux
What browsers are you seeing the problem on if you're using web version?
No response
Are you self-hosting?
Relevant log output