mirror of
https://codeberg.org/oliphant/blocklists.git
synced 2025-01-04 16:28:53 +00:00
automated commit on 2023-08-12 02:00:18
This commit is contained in:
parent
a21c92780e
commit
c0ecbb6707
3 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
* `gardenfence.csv` - A mirror of the [Gardenfence](https://gardenfence.github.io/) Tier 0 file.
|
||||
* `tier0-council.csv` - Requires 80% agreement on blocks from trusted sources.
|
||||
* `birdsite.csv` - All the Birdsite Live Blocks. This file is provided separately as a convenience.
|
||||
* `dni.csv` - Do Not Interact (DNI). Badly-moderated servers that have returned hits for illegal content. Merged into all unified T0-T3 lists.
|
||||
* `_unified_min_blocklist.csv` - [Deprecated] Identical to the `_unified_tier0_blocklist.csv`.
|
||||
* *Other Files* - Other files listed here are individual trusted sources who provided data for the blocklist.
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
* `gardenfence.csv` - A mirror of the [Gardenfence](https://gardenfence.github.io/) Tier 0 file.
|
||||
* `tier0-council.csv` - Requires 80% agreement on blocks from trusted sources.
|
||||
* `birdsite.csv` - All the Birdsite Live Blocks. This file is provided separately as a convenience.
|
||||
* `dni.csv` - Do Not Interact (DNI). Badly-moderated servers that have returned hits for illegal content. Merged into all unified T0-T3 lists.
|
||||
* `_unified_min_blocklist.csv` - [Deprecated] Identical to the `_unified_tier0_blocklist.csv`.
|
||||
* *Other Files* - Other files listed here are individual trusted sources who provided data for the blocklist.
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ blocklist_url_sources = [
|
|||
{ url = 'file:///opt/fediblockhole/blocklists/tier0.csv', format = 'csv' },
|
||||
{ url = 'file:///opt/fediblockhole/blocklists/gardenfence.csv', format = 'csv' },
|
||||
{ url = 'file:///opt/fediblockhole/blocklists/tier0-council.csv', format = 'csv' },
|
||||
{ url = 'file:///opt/fediblockhole/blocklists/dni.csv', format = 'csv' },
|
||||
]
|
||||
|
||||
# List of instances to write blocklist to
|
||||
|
|
Loading…
Reference in a new issue