Browse Source

chore: update manifest CSP

Ahmad Kholid 2 năm trước cách đây
mục cha
commit
35a77e6eba
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/manifest.chrome.json

+ 2 - 1
src/manifest.chrome.json

@@ -72,5 +72,6 @@
   ],
   "sandbox": {
     "pages": ["/sandbox.html"]
-  }
+  },
+  "content_security_policy": "script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; object-src 'self'"
 }