Skip to content

Commit

Permalink
Update tests/android/MASVS-NETWORK/MASTG-TEST-0022.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sushi2k authored Feb 24, 2025
1 parent fdba83c commit 9dacaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/android/MASVS-NETWORK/MASTG-TEST-0022.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Hybrid applications based on Cordova do not support Certificate Pinning natively
function errorCallback(message) {
alert(message);
if (message === "CONNECTION_NOT_SECURE") {
// There is likely a machine in the middle attack going on, be careful!
// There is likely a Machine-in-the-Middle attack going on, be careful!
} else if (message.indexOf("CONNECTION_FAILED") >- 1) {
// There was no connection (yet). Internet may be down. Try again (a few times) after a little timeout.
}
Expand Down

0 comments on commit 9dacaa3

Please sign in to comment.