mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Keep "ftp" as an internal scheme
QtWebEngine keep ftp as internal scheme while it no longer opens ftp stuff. Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
04277707c4
commit
69f1046585
@ -212,6 +212,7 @@ QStringList WebPage::internalSchemes()
|
|||||||
QSL("http"),
|
QSL("http"),
|
||||||
QSL("https"),
|
QSL("https"),
|
||||||
QSL("file"),
|
QSL("file"),
|
||||||
|
QSL("ftp"),
|
||||||
QSL("data"),
|
QSL("data"),
|
||||||
QSL("about"),
|
QSL("about"),
|
||||||
QSL("view-source"),
|
QSL("view-source"),
|
||||||
|
Loading…
Reference in New Issue
Block a user