Fix test comments

This commit is contained in:
Tony Torralba
2021-06-17 15:03:45 +02:00
parent 3ec2c1308e
commit 1014400a08

View File

@@ -146,7 +146,6 @@ public class UnsafeAndroidAccess extends Activity {
});
String thisUrl = getIntent().getStringExtra("url");
// This should be considered safe - the query lacks a proper sanitizer for partial URLs.
wv.loadUrl("https://www.mycorp.com/" + thisUrl);
wv.loadUrl("https://www.mycorp.com/" + thisUrl); // Safe
}
}