mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Merge pull request #2941 from kvadevack/feature/onion_address_fix
Permit cleartext for .onion addresses
This commit is contained in:
commit
093c450d80
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ Features ✨:
|
|||
-
|
||||
|
||||
Improvements 🙌:
|
||||
- Allow non-HTTPS connections to homeservers on Tor (#2941)
|
||||
- Fetch homeserver type and version and display in a new setting screen and add info in rageshakes (#2831)
|
||||
- Improve initial sync performance (#983)
|
||||
- PIP support for Jitsi call (#2418)
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
<domain includeSubdomains="true">127.0.0.1</domain>
|
||||
<!-- Localhost for Android emulator -->
|
||||
<domain includeSubdomains="true">10.0.2.2</domain>
|
||||
<!-- Onion services -->
|
||||
<domain includeSubdomains="true">onion</domain>
|
||||
</domain-config>
|
||||
|
||||
<debug-overrides>
|
||||
|
|
Loading…
Add table
Reference in a new issue