Skip to content

Commit

Permalink
mangago, set referer to download cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jan 31, 2018
1 parent eeca711 commit 441a00c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baseunits/modules/MangaGo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ function GetInfo(const MangaInfo: TMangaInformation;
finally
Free;
end;
Reset;
Headers.Values['Referer'] := url;
end;
end;
end;
Expand Down

0 comments on commit 441a00c

Please sign in to comment.