Skip to content

Commit

Permalink
Remove x-forwarded-for
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 6, 2023
1 parent 7dcaae8 commit 6159e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function generateViewEvent(uuid: string, dsoType: string): void {
headers: {
[XSRF_REQUEST_HEADER] : csrfToken,
// use a known public IP address to avoid being seen as a "bot"
'X-Forwarded-For': '1.1.1.1',
//'X-Forwarded-For': '1.1.1.1',
},
//form: true, // indicates the body should be form urlencoded
body: { targetId: uuid, targetType: dsoType },
Expand Down

0 comments on commit 6159e9e

Please sign in to comment.