FIX:block HTTP links&open in default browser

fixed:https://jira.bambooolab.com/browse/STUDIO-3030
Block web page redirect requests and open them in the default browser

Change-Id: Ie79f8259859fa6ba158f31710179a8c7c53d6fa4
This commit is contained in:
tao wang
2023-07-19 09:42:00 +08:00
committed by Lane.Wei
parent 297e4d1373
commit 46a48539bb
2 changed files with 15 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ public:
~ProjectPanel();
void onWebNavigating(wxWebViewEvent& evt);
void on_reload(wxCommandEvent& evt);
void on_size(wxSizeEvent &event);
void on_navigated(wxWebViewEvent& event);