Skip to content
New issue

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

Add default_server block to mitigate host spoofing #288

Open
ahankinson opened this issue Feb 15, 2024 · 0 comments
Open

Add default_server block to mitigate host spoofing #288

ahankinson opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
Audience: Developer happyness Issues that make developers happier Component: Application server Issues with the data serialization and web services Type: Enhancement New features or improvements

Comments

@ahankinson
Copy link
Contributor

e.g.,

server {
    # if no Host match, close the connection to prevent host spoofing
    listen 80 default_server;
    return 444;
  }
@ahankinson ahankinson added Audience: Developer happyness Issues that make developers happier Priority: Moderate Type: Enhancement New features or improvements Component: Application server Issues with the data serialization and web services labels Mar 27, 2024
@ahankinson ahankinson self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audience: Developer happyness Issues that make developers happier Component: Application server Issues with the data serialization and web services Type: Enhancement New features or improvements
Projects
None yet
Development

No branches or pull requests

1 participant