mirror of
https://github.com/status-im/status-app.git
synced 2026-08-31 00:51:10 +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).