libkiwix/static
renaud gaudin bce0e8c37c fix external link blocking for nested elems in link
if a link contains nested elements like `<a href="http://somewhere"><strong>goto</strong></a>`
then the link is trigger by the `<strong />` element which has no `href` attribute.
We were thus releasing the event in this case, resulting in legitimate external links
not blocked.

We are now looking for the closest `<a />` parent (might be self) to retrieve the `href`
attribute and capture if necessary.
2020-04-01 17:50:54 +00:00
..
skin fix external link blocking for nested elems in link 2020-04-01 17:50:54 +00:00
templates cleaned-up external link blocker page 2020-03-30 14:42:51 +00:00
meson.build Move the search html renderer in a different class than the searcher. 2019-08-11 10:19:48 +02:00
navigation_feed.tmpl Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
opensearchdescription.xml Fix opensearch description. 2020-01-30 17:48:56 +01:00
resources_list.txt moved blockExternalLink outside of taskbar 2020-03-27 11:25:39 +00:00