Skip to content

Commit

Permalink
Merge pull request #109 from kelvin-hey/main
Browse files Browse the repository at this point in the history
Update security.md with more detailed information about Privacy and Security
  • Loading branch information
mauro-balades authored Feb 5, 2025
2 parents e75bcd3 + b973f00 commit dedb327
Showing 1 changed file with 37 additions and 12 deletions.
49 changes: 37 additions & 12 deletions content/security.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,59 @@
---
title: Security 🔐
title: Privacy & Security 🔐
aliases:
- Security 🔐
- Privacy & Security 🔐
description: At Zen Browser, your online safety and privacy are our top priorities. We've implemented a range of security features to ensure you're protected while browsing.
lastmod: 2024-09-18
---
> [!important] Password, Cookies, and Cache Management
> All passwords, cookies, and cache in Zen Browser are managed by Firefox. This means your saved passwords are automatically encrypted, providing an extra layer of security to keep your login credentials safe. Cookies and cache are also handled according to Firefox's strict privacy policies, ensuring your data is stored securely and only accessible to you.
> All passwords, cookies, and cache in Zen Browser are **managed by Firefox**. This means your saved passwords are **automatically encrypted**, providing an extra layer of security to keep your login credentials safe. Cookies and cache are also handled according to Firefox's strict privacy policies, ensuring your data is stored securely and only accessible to you.
> For more information visit [Firefox Privacy and Security](https://support.mozilla.org/es/products/firefox/privacy-and-security)
## Adjusting Security Settings

### 1. Latest Firefox Version
Zen Browser lets you customize privacy and security settings to improve your browsing safety. If you want to adjust or change these settings:

Zen Browser is built on the latest version of Firefox, one of the most secure browsers available today. This means you benefit from all of Firefox's security patches and updates as soon as they are released, keeping you safe from known vulnerabilities.
1. Click the `menu button` and select `Settings`.
2. On the sidebar, go to the `Privacy & Security` section.

### 2. Tracking Protection

To protect your privacy, Zen Browser includes **tracking protection**. This feature automatically blocks websites and advertisers from tracking your online activity, making it harder for third parties to collect your data and show you targeted ads.
---
## Security settings

### 3. OCSP Enabled
> [!success] Latest Firefox Version
> Zen Browser is built on the **latest version of Firefox**, one of the most secure browsers available today. This means you benefit from all of Firefox's security patches and updates as soon as they are released, keeping you safe from known vulnerabilities.
### 1. OCSP Enabled

Zen Browser uses **OCSP (Online Certificate Status Protocol)** to check the validity of a website’s security certificate. This ensures that you only connect to safe websites with up-to-date and valid certificates, protecting you from malicious sites that may have expired or revoked certificates.

### 4. HTTPS Only Mode
### 2. HTTPS Only Mode

**HTTPS Only Mode** ensures that you connect securely to websites by using the HTTPS version whenever possible. HTTPS encrypts the communication between you and the website, protecting your data from being intercepted by hackers.

> [!info] You can enable HTTPS-Only Mode in **all windows** or **private windows only**.
For more information visit [HTTPS-Only Mode in Firefox](https://support.mozilla.org/en-US/kb/https-only-prefs)
### 3. Deceptive Content and Dangerous Software Protection

Zen Browser helps protect you from **phishing, malware, and fraudulent websites**. It uses URL filters and real-time checks to block harmful content, making your browsing experience safer.

To learn more, visit [Block deceptive content and dangerous downloads in Firefox](https://support.mozilla.org/en-US/kb/block-deceptive-content-and-dangerous-downloads-firefox)
### 4. SSL – Treat Unsafe Negotiation as Broken by Default

Zen Browser treats insecure SSL connections (those that don't meet modern security standards) as broken by default. This means that if a **website is not properly secured**, Zen Browser will alert you and **block the unsafe connection**, preventing potential security risks.

---
## Privacy settings

### 1. Tracking Protection

To protect your privacy, Zen Browser includes **tracking protection**. This feature automatically blocks websites and advertisers from tracking your online activity, making it harder for third parties to collect your data and show you targeted ads.

> [!info] You can choose from three levels of Tracking Protection: **Standard**, **Strict**, or **Custom**.
### 2. DNS over HTTPS

### 5. SSL – Treat Unsafe Negotiation as Broken by Default
Zen Browser allows the users to enable DNS over HTTPS, which **sends your request for a domain name through an encrypted connection**, providing a secure DNS and making it harder for others to see which website you’re about to access.

Zen Browser treats insecure SSL connections (those that don't meet modern security standards) as broken by default. This means that if a website is not properly secured, Zen Browser will alert you and block the unsafe connection, preventing potential security risks.
> [!info] You can choose from three protection levels: **Default Protection**, **Increased Protection**, or **Max Protection**.
---

Expand Down

0 comments on commit dedb327

Please sign in to comment.