Skip to content

Commit

Permalink
Merge pull request square#2538 from square/jwilson.0507.fewer_pins
Browse files Browse the repository at this point in the history
Pin fewer certificates in our sample.
  • Loading branch information
JakeWharton committed May 7, 2016
2 parents 4505c1b + 94bda42 commit 80ab4a3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ public CertificatePinning() {
.certificatePinner(
new CertificatePinner.Builder()
.add("publicobject.com", "sha256/afwiKY3RxoMmLkuRW1l7QsPZTJPwDS2pdDROQjXw8ig=")
.add("publicobject.com", "sha256/klO23nT2ehFDXCfx3eHTDRESMz3asj1muO+4aIdjiuY=")
.add("publicobject.com", "sha256/grX4Ta9HpZx6tSHkmCrvpApTQGo67CYDnvprLg5yRME=")
.add("publicobject.com", "sha256/lCppFqbkrlJ3EcVFAkeip0+44VaoJUymbnOaEUk7tEU=")
.build())
.build();
}
Expand Down

0 comments on commit 80ab4a3

Please sign in to comment.