diff options
author | corvid <devnull@localhost> | 2015-06-29 15:36:46 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-06-29 15:36:46 +0000 |
commit | 41f2b84001bb63d705c7981492a9637d4d48f5f7 (patch) | |
tree | f7b95cb6c4a8a04e59f62a43c3b432ea1bfe569d /src/nav.c | |
parent | b3b8727a42e89d8702c9702226d1140836f1146e (diff) |
HTTP Strict Transport Security
I'm not including the preload file yet.
Diffstat (limited to 'src/nav.c')
-rw-r--r-- | src/nav.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -353,6 +353,7 @@ void a_Nav_push(BrowserWindow *bw, const DilloUrl *url, a_Nav_cancel_expect(bw); a_Bw_expect(bw, url); Nav_open_url(bw, url, requester, 0); + a_UIcmd_set_location_text(bw, URL_STR(url)); } /* |