We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5520d9 commit 15f6418Copy full SHA for 15f6418
javascript/ql/lib/semmle/javascript/security/dataflow/ReflectedXssCustomizations.qll
@@ -68,7 +68,7 @@ module ReflectedXss {
68
}
69
70
/**
71
- * DEPRECATED: Holds if `h` may send a response with a content type that is safe for XSS.
+ * DEPRECATED: Holds if `h` may send a response with a content type other than HTML.
72
*/
73
deprecated Http::HeaderDefinition nonHtmlContentTypeHeader(Http::RouteHandler h) {
74
result = h.getAResponseHeader("content-type") and
0 commit comments