Add block list to gitignore
instead of making commits for each block from now on, I just paste the list.
This commit is contained in:
parent
cb4a924431
commit
4091b42e76
3 changed files with 7 additions and 112 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,3 +11,5 @@ hugo.linux
|
||||||
|
|
||||||
# Temporary lock file while building
|
# Temporary lock file while building
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
|
||||||
|
content/pages/blocked-instances/list
|
|
@ -15,117 +15,8 @@ harassment, spamming, posting illegal content or generally their terms/rules go
|
||||||
But to give an idea, the conditions for defederation are a bit more lax than the guidelines applied for local moderation.
|
But to give an idea, the conditions for defederation are a bit more lax than the guidelines applied for local moderation.
|
||||||
If an instance is being dumb but not really harmful or annoying it _may_ possibly stay.
|
If an instance is being dumb but not really harmful or annoying it _may_ possibly stay.
|
||||||
|
|
||||||
Every subdomain of a normal domain listed here is inherently blocked too.
|
Every subdomain of a domain listed here is inherently blocked too.
|
||||||
|
|
||||||
Also no hard feelings, thx.
|
Also no hard feelings, thx.
|
||||||
|
|
||||||
```
|
``` {{% include "/pages/blocked-instances/list" %}} ```
|
||||||
5dollah.click
|
|
||||||
activitypub-troll.cf
|
|
||||||
akko.disqordia.space
|
|
||||||
amala.schwartzwelt.xyz
|
|
||||||
anime.website
|
|
||||||
annihilation.social
|
|
||||||
app.kenhbit.com
|
|
||||||
asbestos.cafe
|
|
||||||
bae.st
|
|
||||||
bajax.us
|
|
||||||
baraag.net
|
|
||||||
beefyboys.win
|
|
||||||
boks.moe
|
|
||||||
cannibal.cafe
|
|
||||||
chudbuds.lol
|
|
||||||
chungus.cc
|
|
||||||
clubcyberia.co
|
|
||||||
cum.camp
|
|
||||||
cum.salon
|
|
||||||
d-fens.systems
|
|
||||||
decayable.ink
|
|
||||||
den.raccoon.quest
|
|
||||||
detroitriotcity.com
|
|
||||||
djsumdog.com
|
|
||||||
dotnet00.dev
|
|
||||||
eientei.org
|
|
||||||
eveningzoo.club
|
|
||||||
femboys.love
|
|
||||||
fluf.club
|
|
||||||
fr13nd5.com
|
|
||||||
freak.university
|
|
||||||
freeatlantis.com
|
|
||||||
freespeechextremist.com
|
|
||||||
frens.mahodou.moe
|
|
||||||
gameliberty.club
|
|
||||||
gearlandia.haus
|
|
||||||
gleasonator.com
|
|
||||||
glowers.club
|
|
||||||
goreslut.xyz
|
|
||||||
goyslop.cafe
|
|
||||||
helladoge.com
|
|
||||||
honkwerx.tech
|
|
||||||
hunk.city
|
|
||||||
kitsunemimi.club
|
|
||||||
kiwifarms.cc
|
|
||||||
lab.nyanide.com
|
|
||||||
lolison.network
|
|
||||||
lolison.top
|
|
||||||
masochi.st
|
|
||||||
mastinator.com
|
|
||||||
mastodong.lol
|
|
||||||
minds.com
|
|
||||||
misskey-forkbomb.cf
|
|
||||||
misskey-forkbomb.ledlamp89.repl.co
|
|
||||||
moar.cachapa.xyz
|
|
||||||
monads.online
|
|
||||||
monk.ey.business
|
|
||||||
mostr.pub
|
|
||||||
mugicha.club
|
|
||||||
nicecrew.digital
|
|
||||||
nnia.space
|
|
||||||
noagendasocial.com
|
|
||||||
norwoodzero.net
|
|
||||||
outpoa.st
|
|
||||||
pieville.net
|
|
||||||
pisskey.io
|
|
||||||
pleroma.adachi.party
|
|
||||||
pleroma.narrativerry.xyz
|
|
||||||
pleroma.nobodyhasthe.biz
|
|
||||||
poa.st
|
|
||||||
pooper.social
|
|
||||||
poster.place
|
|
||||||
posting.lolicon.rocks
|
|
||||||
poweredbycocaine.com
|
|
||||||
rage.lol
|
|
||||||
rape.pet
|
|
||||||
rapemeat.express
|
|
||||||
rdrama.cc
|
|
||||||
ryona.agency
|
|
||||||
schwartzwelt.xyz
|
|
||||||
seal.cafe
|
|
||||||
shitpost.cloud
|
|
||||||
shortstackran.ch
|
|
||||||
shota.house
|
|
||||||
sleepy.cafe
|
|
||||||
sneed.shop
|
|
||||||
sneed.social
|
|
||||||
soc.mahodou.moe
|
|
||||||
soc.ua-fediland.de
|
|
||||||
social.076.ne.jp
|
|
||||||
social.bbc
|
|
||||||
social.getgle.org
|
|
||||||
social.mykolayiv.dcomm.net.ua
|
|
||||||
social.quodverum.com
|
|
||||||
social.wideboys.org
|
|
||||||
solagg.com
|
|
||||||
spinster.xyz
|
|
||||||
strelizia.net
|
|
||||||
supernets.social
|
|
||||||
switter.at
|
|
||||||
technodon.org
|
|
||||||
threads.net
|
|
||||||
tubbycats.club
|
|
||||||
umbrellix.org
|
|
||||||
varishangout.net
|
|
||||||
wolfgirl.bar
|
|
||||||
yggdrasil.social
|
|
||||||
youjo.love
|
|
||||||
```
|
|
2
layouts/shortcodes/include.html
Normal file
2
layouts/shortcodes/include.html
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{{$file := .Get 0}}
|
||||||
|
{{ $file | readFile | markdownify }}
|
Loading…
Reference in a new issue