From 53e4301bc4635da96ce14d3b9e73821b26bda4f4 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 8 Feb 2022 10:45:29 +0100 Subject: [PATCH] fix: profiles and extension communication under Chromium Allow "https://*.lememe.fr" in externally_connectable --- manifest/production/chromium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/production/chromium.js b/manifest/production/chromium.js index bfa9afdc6..404753bb4 100644 --- a/manifest/production/chromium.js +++ b/manifest/production/chromium.js @@ -20,7 +20,7 @@ module.exports = facet => ({ } }), externally_connectable: { - matches: ['https://*.dismoi.io/*'], + matches: ['https://*.dismoi.io/*', 'https://*.lememe.fr/*'], accepts_tls_channel_id: false } });