Skip to content

Commit

Permalink
Twelve: Allow cleartext traffic
Browse files Browse the repository at this point in the history
Before we only added `demo.subsonic.org` for testing

Change-Id: I7d7fd7673e2dd86267c9085c55419960cde89e6c
  • Loading branch information
luca020400 committed Nov 2, 2024
1 parent 9804e18 commit f5e4e09
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">demo.subsonic.org</domain>
</domain-config>
<base-config cleartextTrafficPermitted="true" />
</network-security-config>

0 comments on commit f5e4e09

Please sign in to comment.