When site visitor selects other than default currency, browser will warn that it is sending a non-secure form, and visitor has to allow it. - Not great for customer confidence!The page at https://yoursite.com/ contains a form which targets an insecure URL http://yoursite.com/common/currency/currency.
line 41 index-page: <form action="http://yoursite.com/common/currency/currency" method="post" enctype="multipart/form-data" id="form-currency">
