Changeset 80
- Timestamp:
- 12/07/06 22:46:02 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring/lib/HoneyClient/Agent/Driver/Browser.pm
r77 r80 961 961 protocols_allowed => [ 'http', 'https' ], # Allow only web protocols. 962 962 ); 963 # Point the agent to the squid proxy on the honeywall VM 964 $ua->proxy(['http', 'https'], '10.0.0.254:3128/'); 963 965 964 966 # TODO: Set the default headers, to mimic a regular browser (if need be).
