1
0

chore(server): make signToActivityPubGet true by default

Close #9376
This commit is contained in:
syuilo
2022-12-21 15:30:06 +09:00
parent f8f8f5bec5
commit 3402131b7d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -138,8 +138,8 @@ id: 'aid'
# Proxy remote files (default: false)
#proxyRemoteFiles: true
# Sign to ActivityPub GET request (default: false)
#signToActivityPubGet: true
# Sign to ActivityPub GET request (default: true)
signToActivityPubGet: true
#allowedPrivateNetworks: [
# '127.0.0.1/32'
+2 -2
View File
@@ -154,8 +154,8 @@ id: "aid"
# Media Proxy
#mediaProxy: https://example.com/proxy
# Sign to ActivityPub GET request (default: false)
#signToActivityPubGet: true
# Sign to ActivityPub GET request (default: true)
signToActivityPubGet: true
#allowedPrivateNetworks: [
# '127.0.0.1/32'