| Summary: | Security bug: site password is shown in window title | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Andrey Cherepanov <sibskull> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrey Cherepanov
2003-04-17 10:59:14 UTC
Subject: kdelibs/khtml CVS commit by waba: CCMAIL: 57366-done@bugs.kde.org Don't set password in title. (BR57366) M +1 -1 khtml_part.cpp 1.848 --- kdelibs/khtml/khtml_part.cpp #1.847:1.848 @@ -1499,5 +1499,5 @@ void KHTMLPart::begin( const KURL &url, title.setRef( QString::null ); title.setQuery( QString::null ); - emit setWindowCaption( title.url() ); + emit setWindowCaption( title.prettyURL() ); } else |