Browse Source

[bug] fix

wenliming 3 năm trước cách đây
mục cha
commit
e3e9362ae6
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      src/manifest.development.json
  2. 1 1
      src/manifest.pre.json
  3. 1 1
      src/manifest.production.json

+ 1 - 1
src/manifest.development.json

@@ -33,7 +33,7 @@
         }
     ],
       "host_permissions": [
-        // "*://*/*",
+        "*://*/*",
         "https://twitter.com/*",
         "https://testh5.denetme.net/*",
         "https://h5.denetme.net/*",

+ 1 - 1
src/manifest.pre.json

@@ -33,7 +33,7 @@
         }
     ],
       "host_permissions": [
-        // "*://*/*",
+        "*://*/*",
         "https://twitter.com/*",
         "https://testh5.denetme.net/*",
         "https://h5.denetme.net/*",

+ 1 - 1
src/manifest.production.json

@@ -33,7 +33,7 @@
         }
     ],
       "host_permissions": [
-        // "*://*/*",
+        "*://*/*",
         "https://twitter.com/*",
         "https://testh5.denetme.net/*",
         "https://h5.denetme.net/*",