Skip to content

Commit

Permalink
Add security execption for openmaptiles.github.io
Browse files Browse the repository at this point in the history
Limit VoIP for DINUM agents
  • Loading branch information
yostyle committed May 22, 2024
1 parent 8bf2a67 commit 757b82e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vector-config/src/tchap/res/values/config-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
<bool name="tchap_is_key_backup_enabled">true</bool>
<bool name="tchap_is_thread_enabled">false</bool>

<string-array name="tchap_is_voip_supported_homeservers" translatable="false" />
<string-array name="tchap_is_voip_supported_homeservers" translatable="false">
<item>agent.dinum.tchap.gouv.fr</item>
</string-array>
</resources>
1 change: 1 addition & 0 deletions vector/src/withpinning/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<!-- Allow system certificates for firebase if used. No effect on FDroid variant -->
<domain-config cleartextTrafficPermitted="false">
<domain includeSubdomains="false">firebaseinstallations.googleapis.com</domain>
<domain includeSubdomains="false">openmaptiles.github.io</domain>
<trust-anchors>
<certificates src="system" />
</trust-anchors>
Expand Down

0 comments on commit 757b82e

Please sign in to comment.