From 9289b0e8ed31d4ac0f4c1278149eaf54e32f5304 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sun, 25 Jun 2023 20:44:08 +0200 Subject: [PATCH] adjust config file example --- .config/example.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/example.yml b/.config/example.yml index 8d4a162cb..cec6b6611 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -153,3 +153,9 @@ redis: # info: /twemoji/1f440.svg # notFound: /twemoji/2049.svg # error: /twemoji/1f480.svg + +# Whether it should be allowed to fetch content in ActivityPub form without HTTP signatures. +# It is recommended to leave this as default to improve the effectiveness of instance blocks.s +# However, note that while this prevents fetching in ActivityPub form, it could still be scraped +# from the API or other representations if the other side is determined to do so. +#allowUnsignedFetches: false