feat: activity pub plugin

This commit is contained in:
Cory Dransfeldt 2023-05-09 11:50:01 -07:00
parent b3ab989aad
commit 54475a70ea
No known key found for this signature in database
5 changed files with 35 additions and 39 deletions

View file

@ -28,12 +28,24 @@
"value": "nosniff"
}
]
}
],
"rewrites": [
},
{
"source": "/.well-known/webfinger",
"destination": "/.well-known/webfinger.json"
"headers": [
{
"key": "Content-Type",
"value": "application/jrd+json; charset=utf-8"
}
]
},
{
"source": "/hi",
"headers": [
{
"key": "Content-Type",
"value": "application/activity+json; charset=utf-8"
}
]
}
],
"redirects": [