![]() |
Blocked URLs are not blocked - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Blocked URLs are not blocked (/showthread.php?tid=901) |
Blocked URLs are not blocked - Sergey Chernyshev - 07-04-2011 03:28 PM I've tried to block a few URLs, but they were not blocked in the result: http://www.webpagetest.org/result/110704_NJ_ZGGF/1/details/ Anything I'm doing wrong? RE: Blocked URLs are not blocked - pmeenan - 07-07-2011 03:50 AM Try stripping the protocol off. I don't currently include the protocol part when I'm doing the substring match. You can also make it a lot simpler by just blocking "cufon.js font.js" which should whack everything you listed manually. |