mirror of
https://github.com/status-im/status-app.git
synced 2026-09-02 10:01:13 +00:00
Desktop clearBrowsingData was stuck because QML WebEngineProfile has no cookie API and the old clearCache path threw before the fallback timer. Add BrowserProfileUtils (QtWebEngine-only) to clear HTTP cache + cookies, and align the QML API with the UI (clearBrowsingData / clearSiteData).