diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-07 15:12:53 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-07 15:12:53 +0200 |
commit | b9ab2e25fd7fff1ded999153371fb4699c9abaf1 (patch) | |
tree | fc5227ef376f9bfb8614f381d9ce6619a0bbbb97 /package.json | |
parent | d22629bd9356193aa6b956dec84cd3b7eb08d12a (diff) | |
download | PeerTube-b9ab2e25fd7fff1ded999153371fb4699c9abaf1.tar.gz PeerTube-b9ab2e25fd7fff1ded999153371fb4699c9abaf1.tar.zst PeerTube-b9ab2e25fd7fff1ded999153371fb4699c9abaf1.zip |
Server: add cors policy for torrent file and thumbnails
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 909c18176..a7f76da52 100644 --- a/package.json +++ b/package.json | |||
@@ -40,6 +40,7 @@ | |||
40 | "body-parser": "^1.12.4", | 40 | "body-parser": "^1.12.4", |
41 | "concurrently": "^2.0.0", | 41 | "concurrently": "^2.0.0", |
42 | "config": "^1.14.0", | 42 | "config": "^1.14.0", |
43 | "cors": "^2.8.1", | ||
43 | "create-torrent": "^3.24.5", | 44 | "create-torrent": "^3.24.5", |
44 | "debug": "^2.2.0", | 45 | "debug": "^2.2.0", |
45 | "dezalgo": "^1.0.3", | 46 | "dezalgo": "^1.0.3", |