dolzenko 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dolzenko/remote_download.rb +2 -2
- metadata +2 -2
@@ -15,7 +15,7 @@ module RemoteDownload
|
|
15
15
|
"User-Agent" => "curl/7.14.0 (i586-pc-mingw32msvc) libcurl/7.14.0 zlib/1.2.2",
|
16
16
|
"Host" => uri.host,
|
17
17
|
"Accept" => "*/*",
|
18
|
-
"Referer" =>
|
18
|
+
"Referer" => "",
|
19
19
|
})
|
20
20
|
|
21
21
|
dputs("got response: #{ response }")
|
@@ -50,7 +50,7 @@ module RemoteDownload
|
|
50
50
|
"User-Agent" => "curl/7.14.0 (i586-pc-mingw32msvc) libcurl/7.14.0 zlib/1.2.2",
|
51
51
|
"Host" => uri.host,
|
52
52
|
"Accept" => "text/html",
|
53
|
-
"Referer" =>
|
53
|
+
"Referer" => "",
|
54
54
|
}
|
55
55
|
)
|
56
56
|
end
|