diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-05-22 19:43:13 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-05-22 19:44:34 +0200 |
commit | ff2c1fe8133f9556f6aaa52058cd8b83c40085e6 (patch) | |
tree | bc92cde25bf5a1d74b1413d7145179ef7abfd670 /package.json | |
parent | e2f1dad83607aa610ee33b234a81b07664f4304c (diff) | |
download | PeerTube-ff2c1fe8133f9556f6aaa52058cd8b83c40085e6.tar.gz PeerTube-ff2c1fe8133f9556f6aaa52058cd8b83c40085e6.tar.zst PeerTube-ff2c1fe8133f9556f6aaa52058cd8b83c40085e6.zip |
feature: IP filtering on signup page
disable registration form on IP not in range
checking the CIDR list before filtering with it
placing the cidr filters as an attribute object in the config
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 4123c55ec..bf69c4ce0 100644 --- a/package.json +++ b/package.json | |||
@@ -84,6 +84,8 @@ | |||
84 | "express-rate-limit": "^2.11.0", | 84 | "express-rate-limit": "^2.11.0", |
85 | "express-validator": "^5.0.0", | 85 | "express-validator": "^5.0.0", |
86 | "fluent-ffmpeg": "^2.1.0", | 86 | "fluent-ffmpeg": "^2.1.0", |
87 | "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", | ||
88 | "is-cidr": "^2.0.5", | ||
87 | "iso-639-3": "^1.0.1", | 89 | "iso-639-3": "^1.0.1", |
88 | "js-yaml": "^3.5.4", | 90 | "js-yaml": "^3.5.4", |
89 | "jsonld": "^1.0.1", | 91 | "jsonld": "^1.0.1", |