wenliming 3 лет назад
Родитель
Сommit
e3e9362ae6
3 измененных файлов с 3 добавлено и 3 удалено
  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/*",