Nice! Thanks! That should do it!
On Fri, Oct 2, 2015 at 9:45 AM, Andrew Penkrat wrote:
> Hi Alexander,
>
> Cookies should be under $XDG_CACHE_HOME//.QtWebKit
>
> You can look at my realisation of cookie deletion:
> https://github.com/Aldrog/TwitchTube/blob/master/src/tools.cpp#L33
>
> Best regar
Hi Alexander,
Cookies should be under $XDG_CACHE_HOME//.QtWebKit
You can look at my realisation of cookie deletion:
https://github.com/Aldrog/TwitchTube/blob/master/src/tools.cpp#L33
Best regards,
Andrew Penkrat
чт, 1 окт. 2015, 23:48, Alexander Ladygin :
> Thanks Matthias, but it did not help
Thanks Matthias, but it did not help=(
On Thu, Oct 1, 2015 at 10:17 PM, Matthias Fehring <
buschm...@huessenbergnetz.de> wrote:
> Hello Alex,
>
> there are some experimental properties for QtWebKit, but i am not sure if
> it
> really works.
>
> For your SilicaWebView:
>
> import QtWebKit.experime
Hello Alex,
there are some experimental properties for QtWebKit, but i am not sure if it
really works.
For your SilicaWebView:
import QtWebKit.experimental 1.0
and then in the SilicaWebView set:
experimental.preferences.privateBrowsingEnabled: true
Best greetings
Matthias
Am Donnerstag, 1
Hello.
It seems that SilicaWebView is storing cookies when you use it (even
offline). Is there any way to clear them? Or use privatebrowsing or
something so when you close the page with it, it will clear all saved
cookies?
Any advice?
Thanks.
Alex.
___