|
const url = 'https://cmp' + env + '.osano.com/' + customerId + '/' + ccId + '/osano.js'; |
When reviewing your template we've noticed that it is using parameters to build a url. It's a best practice to use EncodeUri() if part of the URL path or EncodeUriComponent() if used as a URL parameter.