dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

PAC file proxy issues

Open Janghou opened this issue 11 years ago • 4 comments

I have a PAC file proxy setting: PAC file:

function FindProxyForURL(url, host)
    {
    return "DIRECT";
    }

Issues:

  • 'Markup' disappears in the resources Tree and markup resources are sorted under 'Other'
  • In the Network log, all resources show a short grey picture: No request made. All data was retrieved from cache without accessing the network.

Janghou avatar Nov 23 '12 12:11 Janghou