Page 1 of 1

Add support for chrome://sandbox/

PostPosted: Mon Oct 12, 2020 10:16 pm
by amaitland
In M80 Chromium added a new internal chrome://sandbox/ debugging url.

https://www.chromium.org/Home/chromium- ... or-windows

This would be helpful when confirming sandboxing in CEF applications is enabled/setup correctly.

cefclient M85 displays Error: ERR_INVALID_URL (-300) when attempting to load chrome://sandbox/ currently.

Thoughts?

Re: Add support for chrome://sandbox/

PostPosted: Mon Oct 12, 2020 10:29 pm
by magreenblatt
Could be interesting. You can try adding it here to see if it works in CEF.

Re: Add support for chrome://sandbox/

PostPosted: Mon Oct 12, 2020 10:45 pm
by amaitland
Thanks, looks like kChromeUISandboxHost is the matching const.

https://source.chromium.org/chromium/ch ... 378b;l=360

Re: Add support for chrome://sandbox/

PostPosted: Tue Oct 13, 2020 7:06 am
by ndesktop
Issue here and PR here.

Re: Add support for chrome://sandbox/

PostPosted: Tue Oct 13, 2020 10:58 pm
by amaitland
Great! Thank you!