Adding hosts to your Content-Security-Policy (CSP) for Userlane

If you are using CSP to protect your Application, you need to add some policies to make sure Userlane can work correctly.

Using Content-Security-Policy headers to increase the security of your Application prevents external scripts from running on top of your Application. However, to make sure Userlane can be executed on top of your Application, you need to add a few policies to your CSP headers.

Allowing the script execution for userlane.com

Add the following hostnames to your CSP default-src, script-src , style-src , img-src , connect-src , and font-src attribute:

https://*.userlane.com 
https://*.sentry.io

This allows all userlane.com images, scripts, fonts, and styles to be loaded into your Application. This is necessary to make sure Userlane can function correctly.

ℹ️ We use Sentry for monitoring real-time our Application's code health.

User Icon

Thank you! Your comment has been submitted for approval.