diff --git a/js/record.js b/js/record.js index 29717ad..4910402 100644 --- a/js/record.js +++ b/js/record.js @@ -381,8 +381,7 @@ function submitRecording() { // Send the video blob to the server fetch(url, { method: 'POST', - body: formData, - mode: 'cors' + body: formData }) .then(response => response.json()) .then(data => {