Security

A newer version of this documentation is available. Switch to the latest version docs.

Our server uses HTTPS to make sure that data is encrypted in transport.

Section titled Deep links usage in Contentsquare SDK

As outlined in the Android Security Guidelines, there are security risks associated with using deep links.

To address these concerns, the Contentsquare SDK implements robust data validation for deep links and safeguards to prevent deep link hijacking, following these guidelines.

If you have specific security concerns and prefer to remove the Contentsquare SDK deep link declaration from your application, add the following code snippet to your AndroidManifest.xml file inside the <application> tag:

<application>
<activity
android:name="com.contentsquare.android.analytics.internal.features.deeplink.DeepLinkActivity"
tools:node="remove" />
</application>

Note that removing the deep link will disable the In-app feature within your application.