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 cd7ede8bd..92e8664dc 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
@@ -1 +1,12 @@
-# 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
+
+
diff --git a/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md b/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md
index 9a1241811..b01265589 100644
--- a/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md
+++ b/content/roadmaps/100-frontend/content/106-web-security-knowledge/101-content-security-policy.md
@@ -1 +1,8 @@
-# Content security policy
\ No newline at end of file
+# Content Security Policy
+
+Content Security Policy is a computer security standard introduced to prevent cross-site scripting, clickjacking and other code injection attacks resulting from execution of malicious content in the trusted web page context.
+
+Free Content
+MDN — Content Security Policy (CSP)
+Google Devs — Content Security Policy (CSP)
+
diff --git a/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md b/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md
index f440075e0..cd5ae648f 100644
--- a/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md
+++ b/content/roadmaps/100-frontend/content/106-web-security-knowledge/readme.md
@@ -1 +1,10 @@
-# Web security knowledge
\ No newline at end of file
+# Web Security Knowledge
+
+Web security refers to the protective measures taken by the developers to protect the web applications from threats that could affect the business.
+
+Free Content
+Why HTTPS Matters
+Wikipedia - OWASP
+OWASP Web Application Security Testing Checklist
+OWASP Top 10 Security Risks
+Content Security Policy (CSP)