browserup / browserup-proxy

BrowserUp Proxy is a free utility to watch, test, and manipulate web application network traffic and performance.
https://browserup.com
Apache License 2.0
164 stars 41 forks source link

Images are still saved to HAR if captureBinaryContent is false #192

Open alhafoudh opened 5 years ago

alhafoudh commented 5 years ago

Describe the bug When I setup new HAR capture with "captureBinaryContent": false, images (jpg, png, ...) are still saved to output HAR.

To Reproduce Steps to reproduce the behavior:

  1. Add Proxy with "captureBinaryContent": false
  2. Go to 'https://www.google.com'
  3. Look in HAR
  4. See images with content
  5. Check HAR size

Expected behavior I expect images not to be captured when I setup HAR capture wiht "captureBinaryContent": false

Please complete the following information: