Update 2025-11-26-response-default-content-type.md

This commit is contained in:
Asger F
2025-11-27 13:18:56 +01:00
committed by GitHub
parent 7c0243fc6d
commit bde983b66d

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
* `new Response(x)` is not longer seen as a reflected XSS sink when no `content-type` header
* `new Response(x)` is no longer seen as a reflected XSS sink when no `content-type` header
is set, since the content type defaults to `text/plain`.