summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-06-29 15:36:46 +0000
committercorvid <devnull@localhost>2015-06-29 15:36:46 +0000
commit41f2b84001bb63d705c7981492a9637d4d48f5f7 (patch)
treef7b95cb6c4a8a04e59f62a43c3b432ea1bfe569d /src/nav.c
parentb3b8727a42e89d8702c9702226d1140836f1146e (diff)
HTTP Strict Transport Security
I'm not including the preload file yet.
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nav.c b/src/nav.c
index 4ccb28be..3aac475a 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -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));
}
/*