mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
13 lines
377 B
XML
13 lines
377 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2019 Mitja Cotic <mitja_cotic@yahoo.com>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
-->
|
|
|
|
<network-security-config>
|
|
<!--Set application-wide security config using base-config tag.-->
|
|
<base-config cleartextTrafficPermitted="true"/>
|
|
</network-security-config>
|