Skip to content

Commit

Permalink
Fix InfernalVoidScans: use referer (#6705)
Browse files Browse the repository at this point in the history
Fixes #6701
  • Loading branch information
MikeZeDev authored and ronny1982 committed Jul 27, 2024
1 parent 552812d commit 0c83ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/mjs/connectors/InfernalVoidScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export default class InfernalVoidScans extends WordPressMangastream {
this.tags = [ 'webtoon', 'scanlation', 'english' ];
this.url = 'https://void-scans.com';
this.path = '/manga/list-mode/';
this.requestOptions.headers.set('x-referer', this.url);
}
}
}

0 comments on commit 0c83ebe

Please sign in to comment.