Summary: | Private Browsing mode is using old cookies from normal browsing | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Leszek Lesner <leszek.lesner> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | adjam7, aspotashev |
Priority: | NOR | ||
Version: | latest git snapshot | ||
Target Milestone: | 2.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/rekonq/e3b8ece1ce004f2049481ceb668bf05ad3ae99f7 | Version Fixed In: | |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 305520 |
Description
Leszek Lesner
2012-07-15 12:19:28 UTC
I'm sorry I fear this problem comes from kdelibs. We probably won't be able to fix until kde 5.0 Hmm... what if you disable cookies completely (there is a setting for this) when ever private mode is activated ? It would prevent loading the old cookies. The downside would be that new cookies would not be able to be stored even not temporary. But its definitely a better solution than now. Sorry. Clicked to move by accident... restoring position in rekonq bugs Git commit e3b8ece1ce004f2049481ceb668bf05ad3ae99f7 by Andrea Diamantini. Committed on 16/12/2012 at 17:04. Pushed by adjam into branch 'master'. "Workaround" cookie management in private browsing mode >From the note in webpage file: I'm sorry I really cannot let KIO work as needed in private browsing mode. The problem is basically cookie related. This way we lose some features in private browsing mode, but we ensure PRIVACY! This change cannot be reverted until a proper fix for KIO (or the right workaround for rekonq) will be found. M +1 -4 src/tabwindow/tabwindow.cpp M +54 -57 src/webtab/webpage.cpp M +1 -1 src/webtab/webpage.h M +3 -2 src/webtab/webtab.cpp M +3 -1 src/webtab/webtab.h M +3 -2 src/webtab/webview.cpp M +3 -1 src/webtab/webview.h M +2 -16 src/webwindow/webwindow.cpp M +1 -6 src/webwindow/webwindow.h http://commits.kde.org/rekonq/e3b8ece1ce004f2049481ceb668bf05ad3ae99f7 |