mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:53:09 +02:00
Disable needless header
This commit is contained in:
parent
d636de090d
commit
d23de60b8b
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