Disable checking external links

This commit is contained in:
Simon Binder 2022-01-05 19:04:14 +01:00
parent 573bd20eb8
commit 6b6663c690
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ Future<void> main() async {
Uri.parse('http://localhost:8080/api/')
],
{'http://localhost:8080/**'},
true,
// todo: Re-enable. Current problem is that we link new pages to their
// final url (under drift.simonbinder.eu) before they're deployed.
false,
UrlSkipper(
'', ['github.com', 'pub.dev', 'api.dart.dev', 'fonts.gstatic.com']),
false,