fix 301 and 302 not redirecting in http(s) proxy
- also add experimental beta mail signature preview option
This commit is contained in:
@@ -812,6 +812,7 @@ async function doHTTPProxy(socket, request_headers) {
|
||||
port: request_data.port,
|
||||
path: request_data.path,
|
||||
method: request_data.method,
|
||||
followAllRedirects: true,
|
||||
headers: {
|
||||
"User-Agent": request_headers["User-Agent"] || "WebTV"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user