Disable "copy to clipboard" and "go to definition" context menu options for Firefox addon (#17668)

This commit is contained in:
Brian Vaughn
2019-12-20 08:31:38 -08:00
committed by GitHub
parent dbc46ac63e
commit 79734771cd
5 changed files with 24 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ inject('dist/app.js', () => {
createElement(DevTools, {
browserTheme: 'light',
enabledInspectedElementContextMenu: true,
enabledInspectedElementContextMenuCopy: true,
showTabBar: true,
warnIfLegacyBackendDetected: true,
warnIfUnsupportedVersionDetected: true,