Skip to content

Commit

Permalink
Fix InfernalVoidScans: use referer
Browse files Browse the repository at this point in the history
Fixes #6701
  • Loading branch information
MikeZeDev committed Jan 23, 2024
1 parent cd6f10f commit 158bf0b
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 158bf0b

Please sign in to comment.