A lot of websites need Html5 local storage in order to work. Actually that's not possible in private mode to use most of them. For example the Flarum based forums are unusable in private browsing (https://discuss.flarum.org). Other browsers like chromium and firefox allow html5 local storage by default. Actually, for testing, I'm enabling local storage in private mode by setting QWebEngineSettings::LocalStorageEnabled to true and it seems to work fine. https://phabricator.kde.org/source/falkon/browse/master/src/lib/app/mainapplication.cpp;d1fad353d007796e96d9da0b6a17f67afab6bc24$979 Local storage get not shared between instances and get deleted on exit as it should be. From a security point of view local storage may leak some private data if done wrong, so allowing it should be an informed choice.
Confirmed on 3.1.0, no option for html storage for private browsing.
*** Bug 469541 has been marked as a duplicate of this bug. ***
Fixed by https://invent.kde.org/network/falkon/-/merge_requests/64