Merge pull request #2941 from kvadevack/feature/onion_address_fix

Permit cleartext for .onion addresses
This commit is contained in:
Benoit Marty 2021-03-02 16:30:15 +01:00 committed by GitHub
commit 093c450d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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>