I think there are problems with the rules related to google product search.<br><br>=== Problem ===<br><br>   * By default product search from all localized google sites (<a href="http://google.co.uk">google.co.uk</a>, <a href="http://google.it">google.it</a>) redirect to the encrypted search page on <a href="http://google.com">google.com</a> with the appropriate language set. However, the results always show up in dollars, which isn't very useful.<br>
   * I think there is an exclusion which was intended for this (containing tbs=shop), however I think this is broken: The product search url contains the string tbm=shop rather than tbs=shop, further this doesn't match localized google sites.<br>
<br>=== Suggested fix ===<br><br>Replace the google rule containing tbs=shop with:<br><br><exclusion pattern="^http://(www\.)?google\.(?!com)[^/]+/search.*tbm=shop" /><br><br>This leaves all local product searches unencrypted but in the correct currency. I think this an improvement.<br>
<br>Thanks,<br>Tom<br>