Skip to content

Commit

Permalink
[Line Webtoon] Fix ageGate error (#1767) (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
dodieboy authored May 25, 2020
1 parent 448de00 commit 7206e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/mjs/connectors/templates/LineWebtoon.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default class LineWebtoon extends Connector {
this.url = undefined;
this.baseURL = 'https://www.webtoons.com';
this.requestOptions.headers.set('x-referer', this.baseURL);
this.requestOptions.headers.set('x-cookie', 'ageGatePass=true');
}

get icon() {
Expand Down

0 comments on commit 7206e79

Please sign in to comment.