diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-19 11:41:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-19 12:59:52 +0200 |
commit | f7509cbec875ec4ee3201cce08839f2a02676c1c (patch) | |
tree | 5dbfcff41a175aa7d4b7d396ca90fe26049d0164 /package.json | |
parent | 333210d862fdba4bb114b756d4f964789f480196 (diff) | |
download | PeerTube-f7509cbec875ec4ee3201cce08839f2a02676c1c.tar.gz PeerTube-f7509cbec875ec4ee3201cce08839f2a02676c1c.tar.zst PeerTube-f7509cbec875ec4ee3201cce08839f2a02676c1c.zip |
Add HTTP signature check before linked signature
It's faster, and will allow us to use RSA signature 2018 (with upstream
jsonld-signature module) without too much incompatibilities in the
peertube federation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 5aaaa32a7..a730f4978 100644 --- a/package.json +++ b/package.json | |||
@@ -108,6 +108,7 @@ | |||
108 | "fluent-ffmpeg": "^2.1.0", | 108 | "fluent-ffmpeg": "^2.1.0", |
109 | "fs-extra": "^7.0.0", | 109 | "fs-extra": "^7.0.0", |
110 | "helmet": "^3.12.1", | 110 | "helmet": "^3.12.1", |
111 | "http-signature": "^1.2.0", | ||
111 | "ip-anonymize": "^0.0.6", | 112 | "ip-anonymize": "^0.0.6", |
112 | "ipaddr.js": "1.8.1", | 113 | "ipaddr.js": "1.8.1", |
113 | "is-cidr": "^2.0.5", | 114 | "is-cidr": "^2.0.5", |