Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from istepura/master
Browse files Browse the repository at this point in the history
Web.pm - use environment proxy settings is UserAgent
  • Loading branch information
moollaza committed Aug 3, 2013
2 parents b7326df + 5a1ade9 commit d2ffbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/App/DuckPAN/Web.pm
Expand Up @@ -35,6 +35,7 @@ has ua => (
agent => "Mozilla/5.0", #User Agent required for some API's (eg. Vimeo, IsItUp)
timeout => 5,
ssl_opts => { verify_hostname => 0 },
env_proxy => 1,
);
},
);
Expand Down

0 comments on commit d2ffbb4

Please sign in to comment.