HTTPs Compatibility

With the increasing amount of SPAM, Phishing and Attacks, it is important to secure your Website, so that information passed through your website is done securely without the risk of exposing any private data. While Canvas is completely ready, out of the box solution for your Website without any extra setup required to make your Website HTTPs ready. The only thing you will need to do is to Install the HTTPs Certificates, which can be done with help from your Web Hosting Providers.

Meanwhile, also make sure that any of the JS/CSS/Image/PHP Linkings, if hosted on an external URL or is an absolute URL, starts with an https://.

Code Example:

  • Correct Example:
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=PT+Serif:ital@0;1&display=swap" rel="stylesheet">
  • Wrong Example:
    <link href="http://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=PT+Serif:ital@0;1&display=swap" rel="stylesheet">

Last Modified: March 10, 2023