Setup access controls

This commit is contained in:
Skylar Ittner 2021-01-23 00:02:37 -07:00
parent 18a58f713e
commit b969be1334

View File

@ -10,6 +10,8 @@
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-navigation href="https://appointments.netsyms.com/*" />
<allow-navigation href="https://helena.express/*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
@ -36,6 +38,8 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
</platform>
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
</widget>