Disable needless header

This commit is contained in:
syuilo 2018-04-01 12:43:59 +09:00
parent d636de090d
commit d23de60b8b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import parseAcct from '../common/user/parse-acct';
import User, { ILocalAccount } from '../models/user';
const app = express();
app.disable('x-powered-by');
app.get('/@:user', async (req, res, next) => {
const accepted = req.accepts(['html', 'application/activity+json', 'application/ld+json']);