diff --git a/src/content/mytinytodo.js b/src/content/mytinytodo.js index 7b7952a..d26a985 100644 --- a/src/content/mytinytodo.js +++ b/src/content/mytinytodo.js @@ -2722,6 +2722,7 @@ function newTaskCounter() fetch(_mtt.apiUrl + 'tasks/newCounter', { method: 'POST', + credentials: 'same-origin', // old browsers headers: { 'Content-Type': 'application/json', 'MTT-Token': _mtt.options.token,