Video stuff

This commit is contained in:
Kasper Rynning-Tønnesen
2020-03-26 16:02:00 +01:00
parent 06000a99f1
commit 56352a85fb
2 changed files with 33 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ app.use(
//vibrate: ["'none'"],
payment: ["'none'"],
microphone: ["'none'"],
camera: ["'none'"],
camera: ["'self'"],
speaker: ["*"],
syncXhr: ["'self'"]
//notifications: ["'self'"]
@@ -102,4 +102,4 @@ app.use("/service-worker.js", function(req, res) {
res.sendFile(path.join(__dirname, "public/sw/serviceWorker.js"));
});
server.listen(30030);
server.listen(3000);