D13097: Allow whitelisted cookies to be kept

David Rosca noreply at phabricator.kde.org
Thu May 24 18:08:17 BST 2018


drosca requested changes to this revision.
drosca added a comment.
This revision now requires changes to proceed.


  I think it should keep whitelisted cookies every time (it worked like that in QtWebKit version), so it's not needed to make it configurable.

INLINE COMMENTS

> cookiejar.cpp:89
> +
> +    foreach (const QNetworkCookie &cookie, m_cookies) {
> +        if (!listMatchesDomain(m_whitelist, cookie.domain())) {

`for (const QNetworkCookie &cookie : qAsConst(m_cookies))`

REPOSITORY
  R875 Falkon

REVISION DETAIL
  https://phabricator.kde.org/D13097

To: tuomisto, #falkon, drosca
Cc: drosca, falkon, herrold, anmolgautam, SGOrava, iodelay, spoorun, ptabis, navarromorales, cochise, clivej, ach
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/falkon/attachments/20180524/e6ffb15f/attachment.html>


More information about the Falkon mailing list