1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright 2018 The Chromium Authors. All rights reserved.
3     Use of this source code is governed by a BSD-style license that can be
4     found in the LICENSE file. -->
5
6<network-security-config>
7    <!-- Starting with Android P (API level 28), the default value of
8    isCleartextTrafficPermitted() is false. For the SystemWebViewShell
9    test browser we explicitly set cleartextTrafficPermitted here to
10    preserve functionality. (crbug.com/898190) -->
11    <base-config cleartextTrafficPermitted="true">
12        <trust-anchors>
13            <certificates src="user"/>
14            <certificates src="system"/>
15        </trust-anchors>
16    </base-config>
17</network-security-config>