diff options
author | pdp8 <pdp8@pdp8.info> | 2023-07-12 14:49:22 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-07-12 14:49:22 +0200 |
commit | 2e614738f72c9af634c4a630693d06f144bc24df (patch) | |
tree | bbd9bf6d227d8dfe9e131e3c1307b58693a8a431 /public | |
parent | 7f38d569d8dd2491d1b9b8bc0ff1ae016b02f34f (diff) |
signed fetch for mastodon instances with AUTHORIZED_FETCH (e.g. mastodon.art)
Diffstat (limited to 'public')
-rw-r--r-- | public/pdp8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/pdp8 b/public/pdp8 index 36c4ac9..c066ea6 100644 --- a/public/pdp8 +++ b/public/pdp8 @@ -34,7 +34,7 @@ ], "endpoints": { "sharedInbox": "https://social.pdp8.info/inbox" - } + }, "publicKey": { "id": "https://social.pdp8.info/pdp8#main-key", "owner": "https://social.pdp8.info/pdp8", |