We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9804e18 commit f5e4e09Copy full SHA for f5e4e09
app/src/main/res/xml/network_security_config.xml
@@ -1,6 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
+<!--
3
+ SPDX-FileCopyrightText: 2024 The LineageOS Project
4
+ SPDX-License-Identifier: Apache-2.0
5
+-->
6
<network-security-config>
- <domain-config cleartextTrafficPermitted="true">
- <domain includeSubdomains="true">demo.subsonic.org</domain>
- </domain-config>
7
+ <base-config cleartextTrafficPermitted="true" />
8
</network-security-config>
0 commit comments