Merge pull request #2047 from archiif/patch-1
Set `Content-Type` header of AnkiConnect requests to `application/json`
This commit is contained in:
commit
aae9717780
@ -174,6 +174,9 @@ class AnkiConnect {
|
|||||||
mode: 'cors',
|
mode: 'cors',
|
||||||
cache: 'default',
|
cache: 'default',
|
||||||
credentials: 'omit',
|
credentials: 'omit',
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'application/json'
|
||||||
|
},
|
||||||
redirect: 'follow',
|
redirect: 'follow',
|
||||||
referrerPolicy: 'no-referrer',
|
referrerPolicy: 'no-referrer',
|
||||||
body: JSON.stringify({action, params, version: this._localVersion})
|
body: JSON.stringify({action, params, version: this._localVersion})
|
||||||
|
Loading…
Reference in New Issue
Block a user