From f7dd8e71fd7081016a0f815483a708a9222bf5dc Mon Sep 17 00:00:00 2001
From: Aroyan <43630681+aroyan@users.noreply.github.com>
Date: Thu, 13 Jan 2022 20:33:42 +0700
Subject: [PATCH 1/2] Add HTTPS content on Backend roadmap (#996)
* Add Bootstrap CSS content
* Add Bulma CSS content
* Add Prettier content
* Add Vite content
* Add GitHub content
* Add GitHub content
* Add GitHub content
* Add GitLab content at backend roadmap
* Add Git content on Backend roadmap
* Add HTTPS content on Backend roadmap
---
.../content/111-web-security-knowledge/105-https.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/101-backend/content/111-web-security-knowledge/105-https.md b/content/roadmaps/101-backend/content/111-web-security-knowledge/105-https.md
index cd7ede8bd..eaf2307f2 100644
--- a/content/roadmaps/101-backend/content/111-web-security-knowledge/105-https.md
+++ b/content/roadmaps/101-backend/content/111-web-security-knowledge/105-https.md
@@ -1 +1,10 @@
-# Https
\ No newline at end of file
+# HTTPS
+
+HTTPS is a secure way to send data between a web server and a browser.
+
+Free Content
+What is HTTPS?
+Why HTTPS Matters
+Enabling HTTPS on Your Servers
+SSL, TLS, HTTP, HTTPS Explained
+HTTPS — Stories from the field
From c2737d8a423025b6de146a77b8dd602e7014f3bb Mon Sep 17 00:00:00 2001
From: Ragul <69342560+ragul-thangaraju@users.noreply.github.com>
Date: Thu, 13 Jan 2022 19:10:47 +0530
Subject: [PATCH 2/2] Update 106-cors.md (#995)
* Update 106-cors.md
* Update description
* Add resources for CORS
* Update content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md
Co-authored-by: Kamran Ahmed
---
.../content/111-web-security-knowledge/106-cors.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md b/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md
index 7b9050194..1079e74cb 100644
--- a/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md
+++ b/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md
@@ -1 +1,7 @@
-# Cors
\ No newline at end of file
+# Cors
+
+Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources.
+Free Content
+Cross-Origin Resource Sharing (CORS)
+CORS in 100 Seconds
+CORS in 6 minutes