1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:47:44 +00:00

Ladybird/Qt: Sanitize user-provided URLs with LibWebView

This commit is contained in:
Timothy Flynn 2023-10-13 09:52:06 -04:00 committed by Tim Flynn
parent 191e20d639
commit f023e37de7
8 changed files with 26 additions and 50 deletions

View file

@ -33,7 +33,7 @@ public:
WebContentView& view() { return *m_view; }
void navigate(QString);
void navigate(QString const&);
void load_html(StringView);
void back();