Skip to content

Commit 25c1b14

Browse files
committed
Add ATS NSExceptionAllowsInsecureHTTPLoads to iOS Example app to enable testing new dangerouslyAllowInsecureHttpRequests flag
1 parent 6f8f49c commit 25c1b14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Example/ios/AppAuthExample/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
<dict>
4040
<key>NSExceptionDomains</key>
4141
<dict>
42+
<key>demo.identityserver.io</key>
43+
<dict>
44+
<key>NSExceptionAllowsInsecureHTTPLoads</key>
45+
<true/>
46+
</dict>
4247
<key>localhost</key>
4348
<dict>
4449
<key>NSExceptionAllowsInsecureHTTPLoads</key>

0 commit comments

Comments
 (0)