Skip to content

Commit 3ac9272

Browse files
authored
Add note above Cordova permissions in the demo sample-config.xml (#5183)
1 parent 00e83a3 commit 3ac9272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages-exp/auth-exp/cordova/demo/sample-config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<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">
33
<name>Cordova Auth Demo</name>
44
<content src="index.html" />
5+
<!-- CAUTION: THESE PERMISSIONS ARE OVERLY BROAD AND SHOULD ONLY BE USED FOR DEMO PURPOSES -->
56
<access origin="*" />
67
<allow-intent href="http://*/*" />
78
<allow-intent href="https://*/*" />

0 commit comments

Comments
 (0)