0

I'm interested if there's any way possible for a custom parameter to be sent with every request in TCHromium (DCEF3, with Delphi XE3). Like the "Send a ‘Do Not Track’ request with your browsing traffic" option in Google Chrome.

Regards.

Eduard
  • 3,395
  • 8
  • 37
  • 62

1 Answers1

1

Handle the OnBeforeBrowse or OnBeforeResourceLoad event, and in it, modify the headers of the request parameter.

Rob Kennedy
  • 161,384
  • 21
  • 275
  • 467