Disable needless header
This commit is contained in:
parent
2617c07f9a
commit
713480d923
1 changed files with 1 additions and 0 deletions
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue