Skip to content

Commit

Permalink
Merge pull request #1234 from dis-moi/fix/profiles_and_extension_comm…
Browse files Browse the repository at this point in the history
…unication_under_chromium

fix: profiles and extension communication under Chromium
  • Loading branch information
JalilArfaoui authored Feb 8, 2022
2 parents c3920cd + 53e4301 commit 0fdf88b
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 0fdf88b

Please sign in to comment.