Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable automatic evaluation of responses
If a response to a $.ajax() request returns a content type of "application/javascript" JQuery would previously execute the response body. This is a pretty unexpected behaviour and can result in a bypass of our Content-Security-Policy as well as multiple unexpected XSS vectors.
- Loading branch information