Jump to content

eCommerce by <a href="http://www.cubecart.com">


ChrisColeman

Recommended Posts

Just a suggestion -

In the admin skin is a section  'ccpower.php' which contains -

<div class="powered">eCommerce by <a href="http://www.cubecart.com">CubeCart</a></div>   

I have changed it to -

<div class="powered">eCommerce by <a href="https://www.cubecart.com">CubeCart</a></div>  

Now I dont receive a browser warning about insecure content when using Admin.

Regards.

 

 

Link to comment
Share on other sites

Excellent suggestion!

Here is one just slightly better:

{* Do not use the protocol. The browser will assume to use the same as was fetched the page. *}
div class="powered">eCommerce by <a href="//www.cubecart.com">CubeCart</a></div>

 

Link to comment
Share on other sites

On 7/26/2019 at 11:53 AM, ChrisColeman said:

Just a suggestion -

In the admin skin is a section  'ccpower.php' which contains -

<div class="powered">eCommerce by <a href="http://www.cubecart.com">CubeCart</a></div>   

I have changed it to -

<div class="powered">eCommerce by <a href="https://www.cubecart.com">CubeCart</a></div>  

Now I dont receive a browser warning about insecure content when using Admin.

Regards.

 

 

Agreed it should be changed but its not pulling in any insecure content so it shouldn't cause any issue other than a browser redirect to the secure protocol if clicked. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...