Setup access controls

master
Skylar Ittner 3 years ago
parent 18a58f713e
commit b969be1334

@ -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>

Loading…
Cancel
Save