This commit is contained in:
Lamp 2020-10-18 17:24:39 -07:00 committed by GitHub
parent cedf977146
commit 2e76de2dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Client.prototype.connect = function() {
require('https').get('https://www.multiplayerpiano.com');
this.ws = new WebSocket(this.uri, {
headers: {
"origin": "http://www.multiplayerpiano.com",
"origin": "https://www.multiplayerpiano.com",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36"
}
});