fix(csrf): remove all csrf bypass
This commit is contained in:
committed by
mrugesh
parent
f183df0d88
commit
23b899f50f
@@ -37,7 +37,7 @@ export default function bootCertificate(app) {
|
||||
api.put('/certificate/verify', ifNoUser401, ifNoSuperBlock404, verifyCert);
|
||||
api.get('/certificate/showCert/:username/:cert', showCert);
|
||||
|
||||
app.use('/internal', api);
|
||||
app.use(api);
|
||||
}
|
||||
|
||||
const noNameMessage = dedent`
|
||||
|
Reference in New Issue
Block a user