diff options
Diffstat (limited to 'chrome_frame/bho.cc')
-rw-r--r-- | chrome_frame/bho.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/bho.cc b/chrome_frame/bho.cc index 3a731bc..2877179 100644 --- a/chrome_frame/bho.cc +++ b/chrome_frame/bho.cc @@ -120,6 +120,7 @@ STDMETHODIMP Bho::BeforeNavigate2(IDispatch* dispatch, VARIANT* url, web_browser2->get_TopLevelContainer(&is_top_level); if (is_top_level) { set_url(url->bstrVal); + set_referrer(""); ProcessOptInUrls(web_browser2, url->bstrVal); } |