summaryrefslogtreecommitdiff
path: root/lib/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Feed.pm')
-rw-r--r--lib/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Feed.pm b/lib/Feed.pm
index 0bfe224..177e484 100644
--- a/lib/Feed.pm
+++ b/lib/Feed.pm
@@ -100,7 +100,7 @@ sub build_user_agent {
},
timeout => 30,
cookie_jar => {},
- protocols_allowed => [ 'http', 'https'],
+ protocols_allowed => [ 'http', 'https', 'file' ],
default_headers => HTTP::Request->new(
Accept => '*/*',
),