Skip to content

Commit

Permalink
Feat: Allow using HTTP for WebDAV
Browse files Browse the repository at this point in the history
No reason to disallow HTTP WebDAV while we are allowing FTP.
  • Loading branch information
zhanghai committed Mar 1, 2024
1 parent 92a8549 commit b95dbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
android:roundIcon="@mipmap/launcher_icon"
android:supportsRtl="true"
android:theme="@style/Theme.MaterialFiles"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">

<activity
Expand Down

0 comments on commit b95dbc1

Please sign in to comment.