Updated Keybase proof ux (markdown)

timbray 2014-10-30 11:42:17 -07:00
parent 1844d52bce
commit d8c5abc8a4
1 changed files with 2 additions and 2 deletions

@ -15,5 +15,5 @@ Suppose you have an ordinary key and press “Start Search”; you get this:
So, issues:
1. Is this the right place in the app to put this stuff?
2. This is constructed with a WebView. It produces the exact behavior we require, has no sophisticated formatting: ul, li, p, a are the only tags. Its safe - I reject any display links that arent http: or https:, javascript is disabled, and for the verify links I use links beginning https://checkproof.sufficientlysecure.org and the WebViewClient steals those to construct verify screens.
3. It would be quite straightforward to search WoT for signatures and add them to the evidence page.
2. This is constructed with a WebView. It produces the exact behavior required, has no sophisticated formatting: ul, li, p, a are the only tags. Its safe - I reject any display links that arent http: or https:, javascript is disabled, and for the verify links I use links beginning https://checkproof.sufficientlysecure.org and the WebViewClient steals those to construct verify screens.
3. It would be quite straightforward to add WoT signatures to the evidence page readout.