Browse Source

[bug] fix

wenliming 3 years ago
parent
commit
e3e9362ae6
3 changed files with 3 additions and 3 deletions
  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/*",