commit c728cc6871664c61cd5efbc672282160e7f511de Author: David Fifield david@bamsoftware.com Date: Fri Jun 28 09:52:49 2013 -0700
Add another public key pin for www.google.com.
1e3f66cfa0eb03136297fdb238ad6619c30ff375. It shouldn't be necessary to update this so frequently. See https://trac.torproject.org/projects/tor/ticket/9167 for a ticket to find out what's going wrong. --- flashproxy-reg-appspot | 1 + 1 file changed, 1 insertion(+)
diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot index bb9a610..27bb09b 100755 --- a/flashproxy-reg-appspot +++ b/flashproxy-reg-appspot @@ -66,6 +66,7 @@ PUBKEY_SHA1 = tuple(x.decode("hex") for x in ( "c70ccd442ff4528c603aefef85206fd693990e09", "1697e17a8a3317f031721b7b6293cd50643bbbd3", "291e750bafedac444486327e50f26f64d840991a", + "1e3f66cfa0eb03136297fdb238ad6619c30ff375", ))
class options(object):