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

Configuration breaks with long header names #61

Closed
hgascoigne opened this issue Sep 11, 2018 · 3 comments
Closed

Configuration breaks with long header names #61

hgascoigne opened this issue Sep 11, 2018 · 3 comments

Comments

@hgascoigne
Copy link

The most recent version breaks when provided with header names longer than 32 characters. For example, we are using Content-Security-Policy-Report-Only and serve will not start:

INFO: Discovered configuration in `serve.json`
ERROR: The configuration you provided is wrong:
should NOT be longer than 32 characters
{"limit":32}
@leo
Copy link
Contributor

leo commented Sep 11, 2018

Oh, indeed. That's definitely too short, I'm sorry! I'll make sure to extend it in a moment.

@hgascoigne
Copy link
Author

No worries, thanks for taking a look!

@leo
Copy link
Contributor

leo commented Sep 12, 2018

Works now!

@leo leo closed this as completed Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants