Fixed wrong url in status bar if hsts changed uri (#79).
authorDaniel Carl <danielcarl@gmx.de>
Thu, 1 May 2014 10:49:28 +0000 (12:49 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 1 May 2014 10:54:58 +0000 (12:54 +0200)
commit3643312ea74ed3e54221444033d2015a445b2ea0
treef15b79eb8b9b325e630243b33803d2f1c794d94a
parent410474657f866a65a36d2ddc8f2e50a0cd09fad3
Fixed wrong url in status bar if hsts changed uri (#79).

This is a workaround for a missbehaviour in webkit. If the URI is changed
within the request-queued scope of the soup session, the changes are not
reflected if the URI is taken from webkit_web_view_get_uri(). Event if the
page is fully loaded webkit assumes to be on the wrong URI, but the
webinspector shows the right one.
src/hsts.c
src/hsts.h
src/main.c