"Amazon.in (partial)" is partially broken

Example page:- http://www.amazon.in/dp/B00W0VBOH0/ref=twister_dp_update?_encoding=UTF8&psc=1

When trying to select sizes or colors, the page fails to update with https everywhere enabled on firefox.

This is due to this xhr request being clobbered by jquery/cors.

For some reason the request method switches to OPTIONS instead of GET when the below xhr request is upgraded from http to https.

https://www.amazon.in/gp/twister/ajaxv2?sid=

The amazon server responds with a 405 for an OPTIONS request.

Need to add this exclusion pattern.