SecureSites

If you want to always have secure connections on your website, follow these instructions

Step 1

Go to the Glitch editor and select the project you'll be making secure.

Step 2

Once the project is open, select the html file you'd like to make secure.

Step 3

Locate the head section. This section is the code in between the <head> and the </head> tags.

Step 4

Copy the code below

<script src="https://securesites.glitch.me/secureconnection.js"></script>

Step 5

Paste the code on a new line in the head section of your code.

Step 6

If you want to make the connection secure for more than one page, repeat the process in the other html file(s).


© Copyright, 2020, @Fionn on Glitch