From 97f77d141a5a591c06ab42710b44e274a93e49bf Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 16 Feb 2023 14:01:38 -0600 Subject: [PATCH 1/2] Add app.gitter.im as trusted web instance --- src/open/clients/Element.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js index d0d5e24..b822a0d 100644 --- a/src/open/clients/Element.js +++ b/src/open/clients/Element.js @@ -24,6 +24,7 @@ const trustedWebInstances = [ "chat.fosdem.org", "chat.mozilla.org", "webchat.kde.org", + "app.gitter.im" ]; /** From 68e81ddd7920fee8e7d565b9b725a5592a6afe01 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 17 Feb 2023 14:08:24 -0600 Subject: [PATCH 2/2] Add trailing comma Co-authored-by: Travis Ralston --- src/open/clients/Element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js index b822a0d..e43199f 100644 --- a/src/open/clients/Element.js +++ b/src/open/clients/Element.js @@ -24,7 +24,7 @@ const trustedWebInstances = [ "chat.fosdem.org", "chat.mozilla.org", "webchat.kde.org", - "app.gitter.im" + "app.gitter.im", ]; /**