We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0335b0 + f784c47 commit d8c7060Copy full SHA for d8c7060
lib/transports/jsonp-polling.js
@@ -70,6 +70,7 @@ JSONPPolling.prototype.doWrite = function (data) {
70
'Content-Type': 'text/javascript; charset=UTF-8'
71
, 'Content-Length': Buffer.byteLength(data)
72
, 'Connection': 'Keep-Alive'
73
+ , 'X-XSS-Protection': '0'
74
});
75
76
this.response.write(data);
0 commit comments