Skip to content

Commit

Permalink
Hide Email Protection context menu in http:// (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioSensation committed Feb 6, 2023
1 parent 55c4935 commit 93a2890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/js/background/email-utils.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ browser.contextMenus.create({
id: MENU_ITEM_ID,
title: 'Generate Private Duck Address',
contexts: ['editable'],
documentUrlPatterns: ['https://*/*'],
visible: false
}, () => {
// It's fine if this context menu already exists, suppress that error.
Expand Down

0 comments on commit 93a2890

Please sign in to comment.