Page 1 of 1

Any way of setting chrome policies in Cef?

PostPosted: Mon Sep 14, 2020 1:52 pm
by hunterlaux
It seems like certain features are available via chrome policies. On Windows these would be set in the registry.
Specifically I'd like to set these two.
https://cloud.google.com/docs/chrome-en ... rHttpsMode
https://cloud.google.com/docs/chrome-en ... sTemplates

I think these were previously enabled via field trials, but I don't think that works any more. If a command line option is available that would be ideal, but it doesn't look like the policy settings can be set via a command line option.

Re: Any way of setting chrome policies in Cef?

PostPosted: Mon Sep 14, 2020 2:00 pm
by magreenblatt
It does not appear possible to configure DnsOverHttps with CEF currently.

Re: Any way of setting chrome policies in Cef?

PostPosted: Mon Sep 14, 2020 6:14 pm
by hunterlaux
I assume this means that I would need to implement the SchemeRegistry in Alloy to get this working.

What do you think of an implementation that simply reads a config file like the crash reporter does?