-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote debugging should be proxied and enabled by default #7645
Comments
per @xPaw via GoogleChrome/lighthouse#9484 (comment)
|
Upstream bug is triggered by enabling this: https://bugs.chromium.org/p/chromium/issues/detail?id=1036525. Work in progress, stay tuned! |
Verification passed on
Reproduced the original issue on 1.9.80. Lighthouse audit is stuck Verified test plan from brave/brave-core#5500 and description Verified Verified Lighthouse audit was successful Verified on clean install and upgrade. Verification PASSED on
Reproduced the original issue using
Verification passed on
Reproduced the issue in 1.9.80, Lighthouse audit is stuck
|
@francoism90 I think we're going to remove that setting, as it's now defaulted to on You can follow #9715 for updates |
- Removes the preference - Removes from Settings page - This is on by default and proxied now, thanks to brave/brave-browser#7645 Fixes brave/brave-browser#9715
@bsclifton I don't want to use |
Background
Starting with Brave v1.2, users can enable the remote debugging option which allows for:
This setting is in brave://settings/privacy and is DISABLED by default. A more detailed description of this (including the Google network annotation) can be found here:
#7372 (comment)
There is no alert (infobar, etc) when the setting is disabled, so users are left thinking there is a bug
Feature request
Remote Debugging
feature should be defaulted to ENABLEDSteps to Reproduce
Actual result:
It fails and there is no UI notifying you☹️
If you opened via the command line, you WILL see stdout logging which suggests going to brave://settings/privacy and enabling
Remote Debugging
Expected result:
It should just work
Reproduces how often:
100%
cc: @jumde @rebron
The text was updated successfully, but these errors were encountered: