Skip to content

Commit

Permalink
Merge pull request atmos#120 from jwilk-forks/readme-hmac
Browse files Browse the repository at this point in the history
README: Fix wording about HMAC
  • Loading branch information
atmos authored Jun 11, 2017
2 parents 9814686 + 93eda8d commit 6788f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We want to allow people to keep embedding images in comments/issues/READMEs.

[There's more info on the GitHub blog](https://github.com/blog/743-sidejack-prevention-phase-3-ssl-proxied-assets).

Using a shared key, proxy URLs are encrypted with [hmac](http://en.wikipedia.org/wiki/HMAC) so we can bust caches/ban/rate limit if needed.
Using a shared key, proxy URLs are authenticated with [hmac](http://en.wikipedia.org/wiki/HMAC) so we can bust caches/ban/rate limit if needed.

Camo currently runs on node version 0.10.29 at GitHub on [heroku](http://heroku.com).

Expand Down

0 comments on commit 6788f7b

Please sign in to comment.