Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b34c35ee authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Android (Google) Code Review
Browse files

Merge "Set baseConfigBuilder as parent for localhostBuilder" into main

parents e6550173 61ea9acc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@ public class XmlConfigSource implements ConfigSource {
            NetworkSecurityConfig.Builder localhostBuilder =
                    NetworkSecurityConfig.getLocalhostBuilder();
            addDebugAnchorsIfNeeded(debugConfigBuilder, localhostBuilder);
            localhostBuilder.setParent(platformDefaultBuilder);
            localhostBuilder.setParent(baseConfigBuilder);
            mLocalhostConfig = localhostBuilder.build();
        }
        mDefaultConfig = baseConfigBuilder.build();