fix: audit
This commit is contained in:
parent
9f8aad114c
commit
b91b81f5c9
21 changed files with 140 additions and 53 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue