Skip to content

Commit a66b965

Browse files
committed
Revert 0.3.1. So 0.3.2 is same version than 0.3.0.
1 parent cf8e325 commit a66b965

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/http_upload.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ module.exports = function(grunt) {
5858
strictSSL: options.rejectUnauthorized,
5959
method: options.method,
6060
headers: options.headers,
61-
followRedirect: true,
62-
followAllRedirects: true,
6361
formData: reqData
6462
}, function optionalCallback(err, response, data) {
6563
if (err) {

0 commit comments

Comments
 (0)