flameskyofficial / FlameSky

FlameSky is an open source browser based on the Sharp Browser project. It is written in C# WinForms on Visual Studio.
http://www.flamesky.weebly.com
BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Blacklist not working #1

Open realandrewjose opened 6 years ago

realandrewjose commented 6 years ago

Blacklist not working if blacklisted site accessed from address bar.

novastream commented 6 years ago

You could implement a custom RequestHandler and check the blacklisted URL in "OnBeforeBrowse".

https://github.com/cefsharp/CefSharp/blob/master/CefSharp.Example/Handlers/RequestHandler.cs

realandrewjose commented 6 years ago

Thanks NovaStream. I will work on that