Skip to content

Commit

Permalink
Fix NSAppTransportSecurity (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourvill committed Feb 25, 2024
1 parent f19b0b0 commit 7b7d4ba
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>DOCUMENTATION_URL</key>
<string>https://doc.wallabag.org/en/apps/ios.html</string>
<key>PRIVACY_URL</key>
<string>https://www.district-web.fr/wallabag-reader/privacy</string>
<key>TERMS_OF_USE_URL</key>
<string>https://www.district-web.fr/wallabag-reader/privacy</string>
<string>https://www.district-web.fr/wallabag-reader/privacy</string>
<key>TERMS_OF_USE_URL</key>
<string>https://www.district-web.fr/wallabag-reader/privacy</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand Down Expand Up @@ -58,5 +58,10 @@
</array>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 7b7d4ba

Please sign in to comment.