Closed Joeboy closed 13 years ago
RecorderProgram.extractRequests currently contains the following lines:
filter_ctypes = ('image', 'css', 'javascript') filter_url = ('.jpg', '.png', '.gif', '.css', '.js')
Could we have 'x-shockwave-flash' added to filter_ctypes, and '.swf' added to filter_url?
Filter out .swfs when building funkload tests. Closed by 09314824db320d99750ccf65a0a8e0b306944154.
RecorderProgram.extractRequests currently contains the following lines:
Could we have 'x-shockwave-flash' added to filter_ctypes, and '.swf' added to filter_url?