From 98fd704f67da9c6be0bc271c4d39489f3111c6a5 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sun, 7 May 2017 07:44:58 +0530 Subject: Add apple info from docs --- mitmproxy/addons/onboardingapp/templates/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html index 7bd91cc2..8487a3cb 100644 --- a/mitmproxy/addons/onboardingapp/templates/index.html +++ b/mitmproxy/addons/onboardingapp/templates/index.html @@ -14,18 +14,20 @@ function changeTo(device) {
  • A dialog window openes up
  • Change "Secure Socket Layer (SSL)" to "Always Trust"
  • Close the dialog window (and enter your password if prompted)
  • -
  • Go to Settings > General > About > Certificate Trust Settings and enable full trust for your certificate
  • +
  • For iOS version 10.3 or up, you need to make sure mitmproxy is enabled in
    + Certificate Trust Settings, you can check it by going to
    + Settings > General > About > Certificate Trust Settings
  • Done!
  • `; } else if (device == "windows") { - var text = "hi"; + var text = `

    Windows: How to install

    `; } else if (device == "android") { - var text = "hi"; + var text = `

    Android: How to install

    `; } else if (device == "asterisk") { - var text = "hi"; + var text = `

    others

    `; } document.getElementById("dynamic").innerHTML = text; } -- cgit v1.2.3