-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Security Crash Notes #151
Comments
Secure connection via HTTPsSome common terms you may see from browser
Why HTTPs matters
HTTPS practices for a web devThis article talks about enabling https on your server
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="https://www.example.com/blog/example-blog-post" />
<!-- Other meta tags, CSS, JavaScript, etc. -->
</head>
<body>
<!-- Content of the blog post page 1 -->
</body>
</html>
|
Preventing your website from XSS |
reboottime
changed the title
Web Security Crash Notes for interview
Web Security Crash Notes
Jul 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References
The text was updated successfully, but these errors were encountered: