[1.2.3] Fix Discord Post Content-Type

This commit is contained in:
vermillion-dev
2019-11-27 20:38:59 +01:00
parent 223181f15e
commit 1d3b14ea86
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ function addToDiscord() {
var xhr = new XMLHttpRequest(); var xhr = new XMLHttpRequest();
xhr.open('POST', discordWebhookUrl); xhr.open('POST', discordWebhookUrl);
xhr.setRequestHeader('Content-Type', 'multipart/form-data'); xhr.setRequestHeader('Content-Type', 'application/json');
xhr.onload = function () { xhr.onload = function () {
if (xhr.status === 204) { if (xhr.status === 204) {
showAlert('valid_form_alert'); showAlert('valid_form_alert');

View File

@@ -1,6 +1,6 @@
{ {
"name": "BetterYGG", "name": "BetterYGG",
"version": "1.2.2", "version": "1.2.3",
"description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!", "description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!",
"icons": { "icons": {
"16": "img/flexgg16.png", "16": "img/flexgg16.png",