-
Based on remix docs, I tried this. However, there is no effect on the // file: entry.server.tsx
export const handleDataRequest: HandleDataRequestFunction = (
response: Response,
{ request, params, context }
) => {
request.headers.delete('X-Powered-By')
response.headers.delete('X-Powered-By')
return response
} |
Beta Was this translation helpful? Give feedback.
Answered by
sdavids
Jan 29, 2022
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
machour
-
Fixed in #1712 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1710