Setup access controls
This commit is contained in:
parent
18a58f713e
commit
b969be1334
@ -10,6 +10,8 @@
|
|||||||
<content src="index.html" />
|
<content src="index.html" />
|
||||||
<plugin name="cordova-plugin-whitelist" spec="1" />
|
<plugin name="cordova-plugin-whitelist" spec="1" />
|
||||||
<access origin="*" />
|
<access origin="*" />
|
||||||
|
<allow-navigation href="https://appointments.netsyms.com/*" />
|
||||||
|
<allow-navigation href="https://helena.express/*" />
|
||||||
<allow-intent href="http://*/*" />
|
<allow-intent href="http://*/*" />
|
||||||
<allow-intent href="https://*/*" />
|
<allow-intent href="https://*/*" />
|
||||||
<allow-intent href="tel:*" />
|
<allow-intent href="tel:*" />
|
||||||
@ -36,6 +38,8 @@
|
|||||||
<allow-intent href="itms:*" />
|
<allow-intent href="itms:*" />
|
||||||
<allow-intent href="itms-apps:*" />
|
<allow-intent href="itms-apps:*" />
|
||||||
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
|
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
|
||||||
|
<preference name="scheme" value="app" />
|
||||||
|
<preference name="hostname" value="localhost" />
|
||||||
</platform>
|
</platform>
|
||||||
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user