Github user FSchumacher commented on a diff in the pull request: https://github.com/apache/jmeter/pull/432#discussion_r235114098 --- Diff: bin/templates/recording.jmx --- @@ -90,32 +101,32 @@ <ProxyControl guiclass="ProxyControlGui" testclass="ProxyControl" testname="HTTP(S) Test Script Recorder" enabled="false"> <stringProp name="ProxyControlGui.port">8888</stringProp> <collectionProp name="ProxyControlGui.exclude_list"> - <stringProp name="1301401588">.*toolbar\.live\.com.*</stringProp> <stringProp name="1179605444">(?i).*\.(bmp|css|js|gif|ico|jpe?g|png|swf|eot|otf|ttf|mp4|woff|woff2)</stringProp> - <stringProp name="1276958334">update\.microsoft\.com.*</stringProp> - <stringProp name="195066122">toolbarqueries\.google\..*</stringProp> - <stringProp name="-1570593883">clients.*\.google.*</stringProp> - <stringProp name="339269285">api\.bing\.com.*</stringProp> + <stringProp name="-88591710">www\.download\.windowsupdate\.com.*</stringProp> --- End diff -- I don't think these changes have anything to do with the feature, would you like to commit these in an extra step?
---