forked from tornadocash/classic-ui
fix: remove comments
This commit is contained in:
parent
b91b81f5c9
commit
28aaf17d87
@ -51,19 +51,6 @@ export default {
|
||||
'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'
|
||||
|
@ -3,11 +3,7 @@ export default ({ store, isHMR, app }, inject) => {
|
||||
inject('isLoadedFromIPFS', main)
|
||||
}
|
||||
function main() {
|
||||
const whiteListedDomains = [
|
||||
// 'localhost:3000',
|
||||
'tornadocash.eth.link',
|
||||
'tornadocash.eth.limo'
|
||||
]
|
||||
const whiteListedDomains = ['localhost:3000', 'tornadocash.eth.link', 'tornadocash.eth.limo']
|
||||
|
||||
const NETLIFY_REGEXP = /https:\/\/deploy-preview-(\d+)--tornadocash\.netlify\.app/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user