So if I want to test a page www.testpage.com, and disable calls to something like https://synovite.com
I call
Utils.addAutoFilter("www.testpage.com", true);
Utils.addAutoFilter("https://ssl.synovite-scripts.com", false);
and I will reach the targetted page, and not measure the external calls? Sweet!