Skip to content

Commit

Permalink
Add posthogdev exception (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle authored Dec 23, 2024
1 parent 0b1eb31 commit a3ddd7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/1146.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ajout d'une exception pour les requêtes posthog
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.towncrier]
version = "2.15.0"
version = "2.15.1"
directory = "changelog.d"
filename = "TCHAP_CHANGES.md"
name = "Changes in Tchap"
Expand Down
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 15
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 0
ext.versionPatch = 1

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
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">posthogdev.tchap.incubateur.net</domain>
<trust-anchors>
<certificates src="system" />
</trust-anchors>
Expand Down

0 comments on commit a3ddd7e

Please sign in to comment.