Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 983e001e authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '0000-a14-add-httptoolkit' into 'main'

HttpToolKit sniffing possibility for debug build

See merge request !567
parents 592d2de9 c60c1e99
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@
        android:theme="@style/Theme.Apps"
        android:enableOnBackInvokedCallback="false"
        android:usesCleartextTraffic="true"
        android:networkSecurityConfig="@xml/network_security_config"
        tools:targetApi="tiramisu">

        <activity
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <debug-overrides>
        <trust-anchors>
            <certificates src="system" />
            <certificates src="user" overridePins="true" />
        </trust-anchors>
    </debug-overrides>
</network-security-config>