-
Notifications
You must be signed in to change notification settings - Fork 467
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
winforms: setting remote-allow-origins
does not show remote origins on set port with Chrome bootstrap
#3740
Comments
remote-allow-origins
does not show remote origins on set port with Chrome bootstrapremote-allow-origins
does not show remote origins on set port with Chrome bootstrap
The |
Sorry, I don't understand. What should I test in Google Chrome? |
You should test how the
|
You should use chrome://inspect/ for connecting to remote debugging. |
Your "Missing link" and "Expected behavior" screenshots are also both showing Chrome style windows. |
Closing this issue as WontFix given that CEF has no special handling for the |
To be honest, we are facing the exact same problem starting from v126 and I don't get the "WontFix" reason; we were able to successfully use the "--remote-allow-origins" switch: this seems a regression to me, either in CEF or in CefSharp :-/ |
Opening the URL for the remote debugging port on previous CEF releases will load the JSON with list of active browser instances: This no longer happens for the v126: Requesting the JSON manually for v126 does work:
And opening the |
This is not a regression in Testing with
Tested with
Without actually debugging my guess would be that it's something fairly simple that's missing or not enabled in the |
Our CefSharp setttings:
Remote Debugger in M125
Remote Debugger in M126 & M127
|
Describe the bug
With
CefSharp
v126.2.70, CEF v126.0.6478.115 theremote-allow-origins
parameter with setlocalhost:port
stopped to have effect. This is connected to switch from Alloy bootstrap to Chrome bootstrap.To Reproduce
CefSharp.MinimalExample.net472
CefSharp
forCefSharp.MinimalExample.WinForms.net472
to v126.2.70CefSharp.MinimalExample.WinForms.net472
projectProgram.cs
set following settings toCefSettings
localhost:1236
settings.ChromeRuntime = false;
toCefSettings
to change back to Alloy bootstraplocalhost:1236
Expected behavior
The
remote-allow-origins
should work with Chrome bootstrap.Screenshots
Missing link
Expected behavior
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: