Skip to content

Commit

Permalink
TonizuToon : change domain (#7233)
Browse files Browse the repository at this point in the history
Fixes #7223
  • Loading branch information
MikeZeDev authored Jul 3, 2024
1 parent 992901e commit 1db3fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/TonizuToon.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class TonizuToon extends WordPressMadara {
super.id = 'tonizutoon';
super.label = 'Tonizu Toon';
this.tags = [ 'webtoon', 'turkish', 'scanlation' ];
this.url = 'https://tonizu.com';
this.url = 'https://tonizu.xyz';
this.requestOptions.headers.set('x-referer', this.url);
}
}

0 comments on commit 1db3fd9

Please sign in to comment.