Skip to content

Commit

Permalink
Update web/proxy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rajat Parashar <[email protected]>
  • Loading branch information
justinpersaud and parasharrajat authored Jan 6, 2023
1 parent 0771d7a commit e471e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const server = http.createServer((request, response) => {
headers: {
...request.headers,
host,
'User-Agent': request.headers['user-agent'].concat(' Development-NewDot/1.0'),
'user-agent': request.headers['user-agent'].concat(' Development-NewDot/1.0'),
},
port: 443,
});
Expand Down

0 comments on commit e471e18

Please sign in to comment.