Skip to content

Commit d8c7060

Browse files
committed
Merge pull request #396 from 3rd-Eden/xxs
Potential fix for #372
2 parents b0335b0 + f784c47 commit d8c7060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/transports/jsonp-polling.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ JSONPPolling.prototype.doWrite = function (data) {
7070
'Content-Type': 'text/javascript; charset=UTF-8'
7171
, 'Content-Length': Buffer.byteLength(data)
7272
, 'Connection': 'Keep-Alive'
73+
, 'X-XSS-Protection': '0'
7374
});
7475

7576
this.response.write(data);

0 commit comments

Comments
 (0)