include::../description.adoc[]
include::../ask-yourself.adoc[]
include::../recommended.adoc[]
== Sensitive Code Example
[source,xml]
----
----
For versions older than Android 9 (API level 28) ``++android:usesCleartextTraffic++``
is implicitely set to ``++true++``.
[source,xml]
----
----
== Compliant Solution
[source,xml]
----
----
include::../see.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Make sure allowing clear-text traffic is safe here.
usesCleartextTraffic is implicitly enabled for older Android versions. Make sure allowing clear-text traffic is safe here.
=== Highlighting
Highlight the opening tag
endif::env-github,rspecator-view[]