aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-19 11:41:19 +0200
committerChocobozzz <me@florianbigard.com>2018-10-19 12:26:37 +0200
commit41f2ebae4f970932fb62d2d8923b1f776f0b1494 (patch)
tree9e3f89e6363fc63e77d352f07956d1b6ff0cacda /package.json
parentd23e6a1c97a6ae3ca8d340a8c9adad268a5be57e (diff)
downloadPeerTube-41f2ebae4f970932fb62d2d8923b1f776f0b1494.tar.gz
PeerTube-41f2ebae4f970932fb62d2d8923b1f776f0b1494.tar.zst
PeerTube-41f2ebae4f970932fb62d2d8923b1f776f0b1494.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.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 46c6d5dce..295b4e74b 100644
--- a/package.json
+++ b/package.json
@@ -109,6 +109,7 @@
109 "fluent-ffmpeg": "^2.1.0", 109 "fluent-ffmpeg": "^2.1.0",
110 "fs-extra": "^7.0.0", 110 "fs-extra": "^7.0.0",
111 "helmet": "^3.12.1", 111 "helmet": "^3.12.1",
112 "http-signature": "^1.2.0",
112 "ip-anonymize": "^0.0.6", 113 "ip-anonymize": "^0.0.6",
113 "ipaddr.js": "1.8.1", 114 "ipaddr.js": "1.8.1",
114 "is-cidr": "^2.0.5", 115 "is-cidr": "^2.0.5",