Tier-less blocklist

This commit is contained in:
Lumaa 2024-04-26 20:11:54 +02:00
parent e33d878d9c
commit 2bdaf19b7d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Join the Matrix Space to get support, with full security: [Join #threadedapp:mat
- [Lumaa](https://lumaa.fr/) - Developer
- [@Damon](https://mozilla.social/@Damon) - Discord admin
- [IceCubesApp](https://github.com/dimillian/IceCubesApp) by [@Dimillian](https://github.com/dimillian)
- [Tier 2 Instance Blocklist](https://codeberg.org/oliphant/blocklists/raw/branch/main/blocklists/_unified_tier2_blocklist.csv)
- [Instance Blocklist](https://codeberg.org/oliphant/blocklists/raw/branch/main/blocklists/_unified_tier0_blocklist.csv)
## Packages
- [SwiftSoup](https://github.com/scinfu/SwiftSoup)

View File

@ -3,7 +3,7 @@
import Foundation
public struct Instance: Codable, Sendable {
static let blocklistUrl: URL? = URL(string: "https://codeberg.org/oliphant/blocklists/raw/branch/main/blocklists/_unified_tier2_blocklist.csv")
static let blocklistUrl: URL? = URL(string: "https://codeberg.org/oliphant/blocklists/raw/branch/main/blocklists/_unified_tier0_blocklist.csv")
@MainActor
static func getBlocklist() -> [String] {