core
core copied to clipboard
Right-clicking in Chromium DevTools doesn't work
Hey,
I've noticed that right-clicking in DevTools in Openfin v6 doesn't seem to work. Was that a conscious decision, or a regression from v5?
The --no-sandbox
flag will enable the rightclick in devtools.
Are there any security implications when setting that flag?
Yes, you are disabling the chromium sandbox with that flag. Fine for testing, etc. but I wouldn't use in production.