Skip to content

Commit

Permalink
chore: update paramedic-plugin allow list for file-transfer's server (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Sep 5, 2023
1 parent cd0b14a commit 65905f9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions paramedic-plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,21 @@
<runs/>
</js-module>

<config-file target="config.xml" parent="/*">
<access origin="http://127.0.0.1:*/*" />
<access origin="http://10.0.2.2:*/*" />

<allow-navigation href="http://127.0.0.1:*/*" />
<allow-navigation href="http://10.0.2.2:*/*" />

<allow-intent href="http://127.0.0.1:*/*" />
<allow-intent href="http://10.0.2.2:*/*" />
</config-file>

<platform name="ios">
<config-file target="config.xml" parent="/*">
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
<access origin="http://127.0.0.1:*/*" />
<allow-navigation href="http://127.0.0.1:*/*" />
<allow-intent href="http://127.0.0.1:*/*" />
</config-file>
</platform>

Expand Down

0 comments on commit 65905f9

Please sign in to comment.