-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add specific instructions on mitm.it when an icon is clicked #2320
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome, thanks! 😃
<li>Tap the file</li> | ||
<li>If prompted, enter the key store password and tap OK</li> | ||
<li>Type a name for the certificate</li> | ||
<li>Pick VPN and apps or Wi-Fi</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it really not matter what the user selects here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it does matter. I tested it and it wouldn't work for me if I choose WiFi but works with choosing VPN & Apps. I pushed a commit to fix the line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic! 🎉
Those ES6 template strings won't work on some older devices, but then again we don't provide instructions for those either, so I think this is good as-is. Thanks again! If you would like to keep contributing please do not refrain from joining our developer chat on Slack. 😃
Sure, I'd love to join the Slack channel. Thanks for building mitmproxy. 😊 |
This is a PR for #2313 (2nd point). I used javascript to show content dynamically..
This PR does not add additional OSes/software to the list though (#2313 1st point).