We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e83a3 commit 3ac9272Copy full SHA for 3ac9272
packages-exp/auth-exp/cordova/demo/sample-config.xml
@@ -2,6 +2,7 @@
2
<widget id="{{YOUR PACKAGE NAME / BUNDLE ID HERE}}" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
<name>Cordova Auth Demo</name>
4
<content src="index.html" />
5
+ <!-- CAUTION: THESE PERMISSIONS ARE OVERLY BROAD AND SHOULD ONLY BE USED FOR DEMO PURPOSES -->
6
<access origin="*" />
7
<allow-intent href="http://*/*" />
8
<allow-intent href="https://*/*" />
0 commit comments