I am running a script in LR 11.52, TRU client Firefox protocol. The website does a couple of calls to external websites, that I don't want in my test results.
So I try to block them like this:
Utils.addAutoFilter("https://ssl.synovite-scripts.com", false);
But when I use this, I still see when I replay he script messages in the bottom right of the screenlike this:
Connecting to https://ssl.synovite-scripts.com
I tried to change the value of "false" to "true", but then the entire website is not loading, so that is not the answer. Why are there still calls to the external website, and how cann I block this?