From 952aac721704e8ccb15c77c733c8af3fb17f9804 Mon Sep 17 00:00:00 2001
From: AyushRaghuvanshi <62144720+AyushRaghuvanshi@users.noreply.github.com>
Date: Mon, 17 Oct 2022 12:17:10 +0530
Subject: [PATCH] Update content for https (#2529)
---
.../content/106-web-security-knowledge/100-https.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md b/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md
index 3a4d92d2e..916c1fab3 100644
--- a/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md
+++ b/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md
@@ -2,6 +2,8 @@
HTTPS is a secure way to send data between a web server and a browser.
+Hypertext transfer protocol secure (HTTPS) is the secure version of HTTP, which is the primary protocol used to send data between a web browser and a website. HTTPS is encrypted in order to increase security of data transfer. This is particularly important when users transmit sensitive data, such as by logging into a bank account, email service, or health insurance provider
+
Free Content
What is HTTPS?
Why HTTPS Matters