common/currency targets insecure URL in 2.2.
Posted: Sun Jun 19, 2016 12:40 am
Is there a fix to stop WARNING/POP-UP on index page with SSL? (clean 2.2.)

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">
