mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Add option to disable content menu integation (#99)
* Add option to disable content menu integation Fixes issue #98 * pass tab to contextMenuReady
This commit is contained in:
committed by
Kyle Spearrin
parent
0298c19e13
commit
84821fd67d
@@ -2,6 +2,7 @@ function ConstantsService() {
|
||||
return {
|
||||
disableGaKey: 'disableGa',
|
||||
disableAddLoginNotificationKey: 'disableAddLoginNotification',
|
||||
disableContextMenuItemKey: 'disableContextMenuItem',
|
||||
lockOptionKey: 'lockOption',
|
||||
lastActiveKey: 'lastActive'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user