Skip to content

Commit f5e4e09

Browse files
committed
Twelve: Allow cleartext traffic
Before we only added `demo.subsonic.org` for testing Change-Id: I7d7fd7673e2dd86267c9085c55419960cde89e6c
1 parent 9804e18 commit f5e4e09

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
SPDX-FileCopyrightText: 2024 The LineageOS Project
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
26
<network-security-config>
3-
<domain-config cleartextTrafficPermitted="true">
4-
<domain includeSubdomains="true">demo.subsonic.org</domain>
5-
</domain-config>
7+
<base-config cleartextTrafficPermitted="true" />
68
</network-security-config>

0 commit comments

Comments
 (0)