renderer: send referrer for all naviagtions

This commit is contained in:
Robo 2015-08-29 19:20:09 +05:30
parent 0f2ef3feb2
commit 8757da6c47

View file

@ -229,6 +229,7 @@ bool AtomRendererClient::ShouldFork(blink::WebFrame* frame,
// FIXME We only support GET here because http method will be ignored when
// the OpenURLFromTab is triggered, which means form posting would not work,
// we should solve this by patching Chromium in future.
*send_referrer = true;
return http_method == "GET";
}