Skip to content

Commit

Permalink
Add note above Cordova permissions in the demo sample-config.xml (#5183)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-gc authored Jul 27, 2021
1 parent 00e83a3 commit 3ac9272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages-exp/auth-exp/cordova/demo/sample-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<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">
<name>Cordova Auth Demo</name>
<content src="index.html" />
<!-- CAUTION: THESE PERMISSIONS ARE OVERLY BROAD AND SHOULD ONLY BE USED FOR DEMO PURPOSES -->
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
Expand Down

0 comments on commit 3ac9272

Please sign in to comment.