Review Request: Prevent Konqueror's address bar from being hidden by default

David Faure faure at kde.org
Fri Aug 3 10:09:23 BST 2012


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/105749/#review16817
-----------------------------------------------------------

Ship it!


Thanks for the additional testing, now the patch makes more sense overall.

It's more "special cases" scattered around the code, but not much choice there, with the existing design.

Please document what m_isPopupWindow means though. It's a bit confusing that in this code, a "m_isPopupWindow" means "window.open with no toolbars", while the method isPopupWindow() includes other cases (no menubar, absolute positioning, etc.), and the user settings for what to do about "popup windows" is for yet another case (the cases where isPopupWindow() returns false, i.e. new windows with all their toolbars and menubar and no positioning...). Confusing, heh?

=> In fact this bool should be renamed to m_isPopupWithoutToolbars or something. It's a special case of popup window.

- David Faure


On July 31, 2012, 3:32 p.m., Dawit Alemayehu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/105749/
> -----------------------------------------------------------
> 
> (Updated July 31, 2012, 3:32 p.m.)
> 
> 
> Review request for Dolphin, KDE Base Apps and David Faure.
> 
> 
> Description
> -------
> 
> The attached patch attempts to resolve a security concern in Konqueror when browsing the web. The concern results from a website, through the use of the javascript window.open API, requests the creation of a new window (pop up window) with all its toolbars disabled. When Konqueror gets such requests it simply disables all toolbars in the main window including the one that contains the address line edit widget. This is a problem because it makes it possible for sites to spoof the user into providing personal information by mimicking native input dialog such as the password dialog.
> 
> As such this patch attempts to solve the problem in the same manner it seems to be addressed in other major browsers such as Firefox and Chromium. Namely, Konqueror will no longer hide the toolbar containing the address line edit widget by default. The user must explicitly override the default settings by adding the following configuration option to konquerorrc:
> 
> [DisableWindowOpenFeatures]
> LocationBar=false
>     
> 
> 
> Diffs
> -----
> 
>   konqueror/src/konqmainwindow.h fd007e8 
>   konqueror/src/konqmainwindow.cpp 081509e 
> 
> Diff: http://git.reviewboard.kde.org/r/105749/diff/
> 
> 
> Testing
> -------
> 
> TEST SCENARIOS:
> 
> 1. Click on a link with its target property set to "_blank" in the popup window.
> 2. Middle click on a link.
> 3. Select text in the popup window and select "Search Google for...".
> 4. Right click on a link and select "Open in New Tab".
> 5. Press CTRL+T in the popup window.
> 6. Press CTRL+N  in the popup window.
> 7. Press (ALT/CTRL)+Enter while the address widget has the focus.
> 
> EXPECTED RESULTS:
> 
> 1. Depending on user's configuration, a brand new (non-popup) window or a new tab in the window from which 
>     the popup originated showing the contents of the link that was clicked.
> 2. Same as #1.
> 3. Same as #1.
> 4. A new tab showing the contents of the link in the window from which the popup originated.
> 5. Nothing (ignored).
> 6. A blank non-popup window.
> 7. Treat it as if only Enter was pressed.
>    
> EXPECTED RESULTS (after closing the window from which the popup originated):
> 
> 1. A new non-popup window showing the contents of the link that was clicked.
> 2. Same as #1.
> 3. Same as #1.
> 4. Same as #1.
> 5. Nothing (ignored).
> 6. A blank non-popup window.
> 7. Treat it as if only Enter was pressed.
> 
> 
> Screenshots
> -----------
> 
> before the change
>   http://git.reviewboard.kde.org/r/105749/s/645/
> after the change
>   http://git.reviewboard.kde.org/r/105749/s/646/
> 
> 
> Thanks,
> 
> Dawit Alemayehu
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20120803/733d0e1f/attachment.htm>


More information about the kde-core-devel mailing list