We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by EdamAme-x July 22, 2024 Maybe to avoid guessing the server configuration, but I think this should be an option.
https://github.com/honojs/hono/blob/main/src/middleware/secure-headers/secure-headers.ts#L192
The text was updated successfully, but these errors were encountered:
If anyone who sees this issue and is having trouble with the x-powered-by not including, it works by putting the middleware forward.
x-powered-by
OR
secureHeaders({...}, { removePoweredBy: false })
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Discussed in https://github.com/orgs/honojs/discussions/3174
Originally posted by EdamAme-x July 22, 2024
Maybe to avoid guessing the server configuration, but I think this should be an option.
https://github.com/honojs/hono/blob/main/src/middleware/secure-headers/secure-headers.ts#L192
The text was updated successfully, but these errors were encountered: