HTTPS Support

With the increasing threats of spam, phishing, and cyberattacks, securing your website has never been more important. Saafiy offers a hassle-free solution, fully equipped to support HTTPS right out of the box. Simply install the necessary HTTPS certificates, with guidance from your web hosting provider.
Additionally, ensure that all external or absolute URLs for JavaScript, CSS, images, or PHP files start with `https://` to maintain a secure connection. This practice safeguards the information on your website, protecting private data from potential risks.

Correct

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

HTML

Incorrect

@import url('http://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
Was this page helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *