Skip to content

Commit fdf0fb9

Browse files
author
Nicholas Case
committed
33 remove unnecessary redirect response header
1 parent 03817a3 commit fdf0fb9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/lambdaFunction.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ exports.handler = (event, context, callback) => {
131131
status: '302',
132132
statusDescription: 'Found',
133133
headers: {
134-
version: [{
135-
key: 'Version',
136-
value: '13'
137-
}],
138134
location: [{
139135
key: 'Location',
140136
value: performMacroSubstitution(parsedQueryString.redirect, gdprApplies, consentString) +

0 commit comments

Comments
 (0)