Alligatoras
Administrator
- Mar 31, 2016
- 2,570
- 12
- 2,855
- 381
1571214214 public version, maybe they're testing protection?)Yes, there are 2 different "5.0.0-beta.3" Versions.
View attachment 2387
I am excited to do some debugging and fuzzing I am busy right now studying for exams but I would imagine there are fresh issues..
Have you found anything cool yet?Can already tell, debugging TS5 is... Fun. Lol.
Haven't been looking into things today. Still the same as what I texted you yesterdayHave you found anything cool yet?
I am about to start putting Google Analytics inside these JS 'n' other files and making custom ones when they release the client for all. Going to have a client that embeds a YouTube music player or something lmaoLatest version 5.0.0-beta-3
There is already piece of code in file which does something similiar, includes google analytics to every request.I am about to start putting Google Analytics inside these JS 'n' other files and making custom ones when they release the client for all. Going to have a client that embeds a YouTube music player or something lmao
Speaking of all this, I would imagine you could generate malicious JavaScript that hijacks a user's inputs (email/username) or other information. Heck, I wonder what type of JavaScript wildness one could execute in the client.
It sounds to me like TeamSpeak is beginning to get more invasive about tracking users similar to Discord. This is kind of strange because TeamSpeak in the past has been all about user privacy and now they are acting more like Discord in many ways. Do you agree?But still you can direct access to file.
I agree that TS dives more in user privacy, but from perspective of programmer tracking user for better site experience is good because you know what user likes, what he doesnt use, total number of users, what is overloaded etcIt sounds to me like TeamSpeak is beginning to get more invasive about tracking users similar to Discord. This is kind of strange because TeamSpeak in the past has been all about user privacy and now they are acting more like Discord in many ways. Do you agree?
Well all I can tell you is TeamSpeak in the past has never listened to user feedback, so why they are now automating this is very funny to me. Arse backwards company if you ask me!So it depends what you want with user data.
I think it's because it's an offline version
async doNetworkRequest(e, t) {
return fetch(v.endpointBasePath + e, {
method: "POST",
body: JSON.stringify(t),
headers: {
"Content-Type": "application/json"
}
})
}