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

Review request for kdelibs.


Description
-------

When a non-local webpage contains a mailto: link and you click on it, konqueror 
shows a confirmation dialog:

This untrusted page links to
mailto: some.name@some.domain.
Do you want to follow the link?

(using the page with opera or firefox does not give any such warning and opens 
kmail)

The check is done by KAuthorized:authorizeUrlAction("redirect", pageURL, 
linkURL);

This patch fixes this by always allowing a redirection to a mailto link.


Diffs
-----

  kdecore/kernel/kauthorized.cpp f7d795a 

Diff: http://git.reviewboard.kde.org/r/105395/diff/


Testing
-------

The following simple html page when
the page is served from a local running HTTP Server
( http://localhost:8080/data/test.html )

<html>
<body>
<a href="mailto:test.t...@test.at";>test.t...@test.at</a>
</body>
</html>


Thanks,

Martin Koller

Reply via email to