Changes

Jump to navigation Jump to search
29 bytes added ,  23:33, 4 January 2019
no edit summary
Line 165: Line 165:  
$ua->agent('Mozilla/5.0');
 
$ua->agent('Mozilla/5.0');
 
$ua->timeout(30);
 
$ua->timeout(30);
#$ua->proxy('http','http://localhost:1080/');
+
#$ua->proxy('http','http://localhost:3128/');
 
my $request = new HTTP::Request('GET', $url);
 
my $request = new HTTP::Request('GET', $url);
 
my $response = $ua->request($request);
 
my $response = $ua->request($request);
Line 207: Line 207:  
$ua->agent('Mozilla/5.0');
 
$ua->agent('Mozilla/5.0');
 
$ua->timeout(30);
 
$ua->timeout(30);
# $ua->proxy('http','http://localhost:1080/');
+
# $ua->proxy('http','http://localhost:3128/');
 
my $request = new HTTP::Request('GET', $url);
 
my $request = new HTTP::Request('GET', $url);
 
my $response = $ua->request($request);
 
my $response = $ua->request($request);
Line 252: Line 252:  
$ua->agent('Mozilla/5.0');
 
$ua->agent('Mozilla/5.0');
 
$ua->timeout(30);
 
$ua->timeout(30);
#$ua->proxy('http','http://localhost:1080/');
+
#$ua->proxy('http','http://localhost:3128/');
 
my $request = new HTTP::Request('GET', $url);
 
my $request = new HTTP::Request('GET', $url);
 
my $response = $ua->request($request);
 
my $response = $ua->request($request);
Line 525: Line 525:       −
This website publishes a Privacy Policy. Continued use of this website implies your consent to the use of data outlined in the policy.
+
This website publishes a Privacy Policy (link at the bottom of every page). Continued use of this website implies your consent to the use of data outlined in the policy.
 
  −
----
 

Navigation menu