mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Server: remove encryption when seending requests to other pods
We don't need it anymore since HTTPS is mandatory now
This commit is contained in:
parent
bf57d5eebf
commit
38d78e5b82
6 changed files with 7 additions and 101 deletions
|
@ -108,8 +108,7 @@ function makeRequest (toPod, requestEndpoint, requestsToMake, callback) {
|
|||
|
||||
const params = {
|
||||
toPod: toPod,
|
||||
encrypt: true, // Security
|
||||
sign: true, // To prove our identity
|
||||
sign: true, // Prove our identity
|
||||
method: 'POST',
|
||||
path: '/api/' + constants.API_VERSION + '/remote/' + requestEndpoint,
|
||||
data: requestsToMake // Requests we need to make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue