-
Notifications
You must be signed in to change notification settings - Fork 16
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
whatsapp: make sure we can pass the AllEndpoints option from mobile #743
Comments
1. remove the AllEndpoints option, which was basically increasing the probability of detecting false positives 2. make sure we report the blocked WhatsApp endpoints (a concept different from a TCP endpoint) like the spec says Part of #743
1. remove the AllEndpoints option, which was basically increasing the probability of detecting false positives 2. make sure we report the blocked WhatsApp endpoints (a concept different from a TCP endpoint) like the spec says Part of #743
Turns out the AllEndpoints options is bad. It's disabled by default, which increases the probability that we'll hit false positives. So, I have removed the option from the implementation. I will create an issue for @lorenzoPrimi to remember to remove the option from the settings. In the meantime, I will also change the code to accept the option with a warning. This will reduce the chances that we will screw up and deploy an app where WhatsApp does not even start. |
Part of #743 (comment) While there, make the corresponding unit test much more precise
Part of #743 (comment) While there, make the corresponding unit test much more precise
We have merged the above mentioned changes and created a follow-up issue. Closing. |
This probably requires some refactoring in the way in which we process options in oonimkall.
The text was updated successfully, but these errors were encountered: