From 8127066879b8319f858e8a2dbf3bd98dd326e7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Feb 2023 11:49:36 +0100 Subject: [PATCH 1/4] Update nginx.conf --- conf/nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9d3206d..27bba77 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,9 +6,7 @@ location __PATH__/ { index index.html; - if ($request_method ~* "(GET|POST)") { - more_set_headers "Access-Control-Allow-Origin: *"; - } + more_set_headers "Access-Control-Allow-Origin: *"; location = __PATH__/http-bind { proxy_pass "http://localhost:5290/http-bind"; From f4111d67235afcb843eba09890f66d3d87656ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Feb 2023 11:49:47 +0100 Subject: [PATCH 2/4] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 27bba77..b9240c7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__/ { index index.html; - more_set_headers "Access-Control-Allow-Origin: *"; + more_set_headers "Access-Control-Allow-Origin: *"; location = __PATH__/http-bind { proxy_pass "http://localhost:5290/http-bind"; From becc9e698d33537895bb202af3ff7f89950713ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Feb 2023 12:18:41 +0100 Subject: [PATCH 3/4] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d316c50..ec2ce7f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Converse" description.en = "Web-based XMPP/Jabber chat client" description.fr = "Client de chat XMPP/Jabber basé sur le Web" -version = "10.1.2~ynh2" +version = "10.1.2~ynh3" maintainers = ["eric_G"] From 88bcbb56a9661367d67c7153be20d78396c7d3be Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 19 Feb 2023 11:18:47 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9a7b3f..5fb068b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The benefit of using converse.js as opposed to relying on a SaaS (software-as-a- -**Shipped version:** 10.1.2~ynh2 +**Shipped version:** 10.1.2~ynh3 **Demo:** https://inverse.chat/ ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 50bc33c..b0456b5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ The benefit of using converse.js as opposed to relying on a SaaS (software-as-a- -**Version incluse :** 10.1.2~ynh2 +**Version incluse :** 10.1.2~ynh3 **Démo :** https://inverse.chat/ ## Documentations et ressources