Skip to content

Commit

Permalink
fix: profiles and extension communication under Chromium
Browse files Browse the repository at this point in the history
Allow "https://*.lememe.fr" in externally_connectable
  • Loading branch information
JalilArfaoui committed Feb 8, 2022
1 parent c3920cd commit 53e4301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/production/chromium.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});

0 comments on commit 53e4301

Please sign in to comment.