Page 2 of 2

Re: Update to CEF 78.2.14

Posted: Thu Nov 28, 2019 2:29 am
by dian
salvadordf wrote: Fri Nov 08, 2019 8:38 am What you describe can only be accomplished with a "filter" to replace the entire contents of a web page with your own contents.
If use filters - then how to skip external request completely? (those urls are usually not available from internal network)

Re: Update to CEF 78.2.14

Posted: Thu Nov 28, 2019 3:03 am
by dian
Is there a way to set browser's/frame's URL without any causing any network activity?

Re: Update to CEF 78.2.14

Posted: Fri Nov 29, 2019 8:49 am
by salvadordf
I've never done that.

Perhaps you can register the HTTP scheme to serve your own contents instead of the remote contents when the URL uses certain domain or path. Take a look at the SchemeRegistrationBrowser demo.