Version 9.2
CORE-29099 Launch property is throwing console warning with visitorAPI version 4.1+
CORE-28582 Multiple issues reported for DIL version 9.1 and visitor API version 4.1
DIL has a more stable way of determining which version of `visitor.publishDestinations' to use. There is also a new config for enabling h_referer to be passed in the /event call (defaults to true):
// Client side DIL
var dilInstance = DIL.create({
...,
enableHrefererParam: false // don't send h_referer
};
// Server side forwarding
// Does not apply