fix: audit

This commit is contained in:
Pasha8914 2022-06-07 00:26:00 +10:00
parent 9f8aad114c
commit b91b81f5c9
21 changed files with 140 additions and 53 deletions

View file

@ -47,6 +47,27 @@ export default {
title: 'Tornado.cash',
meta: [
{ charset: 'utf-8' },
{
'http-equiv': 'Content-Security-Policy',
content: ''
},
// move to req middlevare
// {
// 'http-equiv': 'Permissions-Policy',
// content: 'geolocation=()'
// },
// {
// 'http-equiv': 'Strict-Transport-Security',
// content: 'max-age=31536000;'
// },
// {
// 'http-equiv': 'X-Content-Type-Options',
// content: 'nosniff'
// },
{
name: 'Referer-Policy',
content: 'no-referrer'
},
{
name: 'viewport',
content: 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'