Skip to content

Commit f34d691

Browse files
committed
move tracker trust proxy option to correct place
1 parent 1974932 commit f34d691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/tracker/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const createTrackerRoute = (action, onRequest) => async (req, res) => {
1010

1111
let params
1212
try {
13-
params = parseHttpRequest(req, { action })
13+
params = parseHttpRequest(req, { action, trustProxy: true })
1414
params.httpReq = req
1515
params.httpRes = res
1616
} catch (err) {

0 commit comments

Comments
 (0)