From 45530ecc529275e729463b11a5913a0ceaebc84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 31 Mar 2023 19:27:24 +0200 Subject: [PATCH 1/4] Update nginx.conf --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 858d281..af9e97a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,8 @@ location __PATH__/ { index index.html; more_set_headers "X-Frame-Options: SAMEORIGIN"; - more_set_headers "X-Content-Type-Options: nosniff"; + more_clear_headers "X-Content-Type-Options"; + #more_set_headers "X-Content-Type-Options: nosniff"; more_set_headers "X-XSS-Protection: '1; mode=block'"; more_set_headers "Content-Security-Policy: frame-ancestors 'self'"; From fd07181a2dd2e66237c53ea9f07ebade42be0dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:20:34 +0200 Subject: [PATCH 2/4] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e6aa320..96ee13b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Element" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "1.11.28~ynh1" +version = "1.11.28~ynh2" maintainers = ["Josué Tille"] From af4aaa18f34a08f0b204400467e7dca02e0b8247 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 31 Mar 2023 20:20:39 +0000 Subject: [PATCH 3/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 92ee26b..878a894 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption. -**Shipped version:** 1.11.28~ynh1 +**Shipped version:** 1.11.28~ynh2 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 00315f3..4836c6f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut. -**Version incluse :** 1.11.28~ynh1 +**Version incluse :** 1.11.28~ynh2 **Démo :** https://app.element.io/ From 12e3a8723e4f47c759198bef93a425f3dd7fc888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:21:01 +0200 Subject: [PATCH 4/4] Update nginx.conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index af9e97a..2904a6a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,6 @@ location __PATH__/ { more_set_headers "X-Frame-Options: SAMEORIGIN"; more_clear_headers "X-Content-Type-Options"; - #more_set_headers "X-Content-Type-Options: nosniff"; more_set_headers "X-XSS-Protection: '1; mode=block'"; more_set_headers "Content-Security-Policy: frame-ancestors 'self'";