Don't mention stripped referrers without MIDORI_DEBUG
This commit is contained in:
parent
dc5f579d98
commit
ea264c31f6
1 changed files with 2 additions and 1 deletions
|
@ -1014,7 +1014,8 @@ midori_soup_session_settings_accept_language_cb (SoupSession* session,
|
|||
soup_uri_set_query (stripped_uri, NULL);
|
||||
stripped_referer = soup_uri_to_string (stripped_uri, FALSE);
|
||||
soup_uri_free (stripped_uri);
|
||||
g_message ("Referer stripped");
|
||||
if (g_getenv ("MIDORI_SOUP_DEBUG"))
|
||||
g_message ("Referer stripped");
|
||||
soup_message_headers_replace (msg->request_headers, "Referer",
|
||||
stripped_referer);
|
||||
g_free (stripped_referer);
|
||||
|
|
Loading…
Reference in a new issue