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.
2 parents b3248f8 + 9de24d1 commit 9888613Copy full SHA for 9888613
lib/server.js
@@ -223,6 +223,7 @@ exports.Server = function Server(bsClient, workers) {
223
query = parseBody(body);
224
} catch (e) {}
225
var uuid = request.headers['x-worker-uuid'];
226
+ uuid = uuid && uuid.replace(/[^a-zA-Z0-9\-]/, '');
227
var worker = workers[uuid] || {};
228
worker._worker_key = uuid;
229
0 commit comments