Explicitly set max-age (#3330)
This commit is contained in:
@@ -68,6 +68,8 @@ router.get('/.well-known/webfinger', async ctx => {
|
||||
template: `${config.url}/authorize-follow?acct={uri}`
|
||||
}]
|
||||
};
|
||||
|
||||
ctx.set('Cache-Control', 'public, max-age=180');
|
||||
});
|
||||
|
||||
export default router;
|
||||
|
Reference in New Issue
Block a user