mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
Resolve merge conflicts, minify only .js files
This commit is contained in:
@@ -73,6 +73,7 @@ describe('socket.io', function () {
|
||||
this.open = function () {
|
||||
stdOpen.apply(this, arguments);
|
||||
this.setRequestHeader('Cookie', res.headers['set-cookie'][0].split(';')[0]);
|
||||
this.setRequestHeader('Origin', nconf.get('url'));
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user