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
If the server returns a header like this
Link: <h1>test</h1>
the html is not escaped.
It is both a security risk and annoying from a functionality standpoint because link headers take the following form :
Link:<http://some.api//v1/images/5217>; rel="canonical"
And these will now not show up in the response headers section
The text was updated successfully, but these errors were encountered:
Fix for mikekelly#43
69789f0
Merge pull request #45 from jelmerk/xss_bug
1593f6d
Fix for #43
No branches or pull requests
If the server returns a header like this
the html is not escaped.
It is both a security risk and annoying from a functionality standpoint because link headers take the following form :
And these will now not show up in the response headers section
The text was updated successfully, but these errors were encountered: