Merge pull request #2641 from deepak1556/renderer_fork_navigation_patch
renderer: send referrer for all naviagtions
This commit is contained in:
commit
22652860a2
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ bool AtomRendererClient::ShouldFork(blink::WebFrame* frame,
|
||||||
// FIXME We only support GET here because http method will be ignored when
|
// FIXME We only support GET here because http method will be ignored when
|
||||||
// the OpenURLFromTab is triggered, which means form posting would not work,
|
// the OpenURLFromTab is triggered, which means form posting would not work,
|
||||||
// we should solve this by patching Chromium in future.
|
// we should solve this by patching Chromium in future.
|
||||||
|
*send_referrer = true;
|
||||||
return http_method == "GET";
|
return http_method == "GET";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue