We've got a website using the popular Kount device data collection library for fraud detection (this is also used in Braintree). In my solution I was including their javascript SDK directly in my own website, this one: https://github.com/Kount/kount-web-sdk
When I have the WebOptimizer (running the latest version 3.0.477) the minified Kount javascript SDK does not work correctly (specifically, the URLs it builds to load data from their own servers have their query params stripped).
The obvious solution is to simply exclude the Kount javascript SDK from the files being minified by WebOptimizer - but it does indicate that there's something the WebOptimizer is doing that is breaking otherwise valid javascript.
We've got a website using the popular Kount device data collection library for fraud detection (this is also used in Braintree). In my solution I was including their javascript SDK directly in my own website, this one: https://github.com/Kount/kount-web-sdk
When I have the WebOptimizer (running the latest version 3.0.477) the minified Kount javascript SDK does not work correctly (specifically, the URLs it builds to load data from their own servers have their query params stripped).
The obvious solution is to simply exclude the Kount javascript SDK from the files being minified by WebOptimizer - but it does indicate that there's something the WebOptimizer is doing that is breaking otherwise valid javascript.