1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Intergrate ENS with IPFS

This commit is contained in:
MikeCheng1208 2018-05-04 19:57:19 +08:00 committed by Yung chieh Tsai
parent 88a6b4edc7
commit 8b8cc94f6f
2 changed files with 5 additions and 1 deletions

View File

@ -74,4 +74,8 @@
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
<<<<<<< HEAD
}
=======
}
>>>>>>> Intergrate ENS with IPFS

View File

@ -33,4 +33,4 @@ module.exports = function (provider) {
})
return { cancel: true }
}, {urls: ["*://*.eth/"]})
}
}