Skip to content

Commit

Permalink
chore(server): make signToActivityPubGet true by default
Browse files Browse the repository at this point in the history
Close #9376
  • Loading branch information
syuilo committed Dec 21, 2022
1 parent f8f8f5b commit 3402131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .config/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions chart/files/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3402131

Please sign in to comment.