Make all sources override-eligible to account for subdomains

This commit is contained in:
Imran Remtulla
2023-05-14 13:42:09 -04:00
parent 96c92c8df9
commit e33cc00266
10 changed files with 2 additions and 16 deletions

View File

@@ -85,10 +85,6 @@ bool _isNumeric(String s) {
}
class HTML extends AppSource {
HTML() {
overrideEligible = true;
}
@override
// TODO: implement requestHeaders choice, hardcoded for now
Map<String, String>? get requestHeaders => {