diff --git a/public/manifest.json b/public/manifest.json index f53e621..995b62c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -14,9 +14,6 @@ "js": ["./index.global.js"] } ], - "content_security_policy": { - "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" - }, "web_accessible_resources": [ { "resources": ["content.js"], diff --git a/src/pages/authorize/Index.vue b/src/pages/authorize/Index.vue index 39ac444..7a66ae8 100644 --- a/src/pages/authorize/Index.vue +++ b/src/pages/authorize/Index.vue @@ -42,7 +42,7 @@ const action = actions[actionName as ActionType] const params: any = JSON.parse(route.query.params as string) const exit = () => { - // window.close() + window.close() } const getHostAndToTx = async (txid: string) => {