diff --git a/Keybase-proof-ux.md b/Keybase-proof-ux.md index 12e0521..71dee96 100644 --- a/Keybase-proof-ux.md +++ b/Keybase-proof-ux.md @@ -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. It’s safe - I reject any display links that aren’t 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. It’s safe - I reject any display links that aren’t 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.