qml WebEngineView cookies
Unsolved
QtWebEngine
-
So i have a webengine view for a weather radar map, everytime i load the web url it prompts to save cookies... is there a way to prevent this?
i have tried setting the profile with
persistentCookiesPolicy : NoPersistentCookies// ForcePersistentCookiesbut it still prompts everytime
any ideas
here is the code for the webview
https://raw.githubusercontent.com/txhammer68/qml/master/owmRadar.qmlthanks