From 4281c94d18beec0fceaf01e4bcf725e2c6f960e5 Mon Sep 17 00:00:00 2001 From: graphenelover Date: Sun, 25 Aug 2024 22:01:05 +0200 Subject: [PATCH 1/2] add link explaining mv3 security superiority over mv2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a6e1195..7514d19a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A hardened chromium for desktop Linux inspired by [Vanadium](https://github.com/ ### Out of scope -* Any changes that sacrifice security for "privacy" (for example, enabling MV2) +* Any changes that sacrifice security for "privacy" (for example, enabling MV2)[why?](https://developer.chrome.com/docs/extensions/develop/migrate/improve-security) * Any novel functionality that is unrelated to security ## Installation From d1bbf9db1cf0cf5f324be8a4d1a13322c1177d0d Mon Sep 17 00:00:00 2001 From: graphenelover Date: Sun, 25 Aug 2024 22:07:18 +0200 Subject: [PATCH 2/2] add space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7514d19a..52028f06 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A hardened chromium for desktop Linux inspired by [Vanadium](https://github.com/ ### Out of scope -* Any changes that sacrifice security for "privacy" (for example, enabling MV2)[why?](https://developer.chrome.com/docs/extensions/develop/migrate/improve-security) +* Any changes that sacrifice security for "privacy" (for example, enabling MV2) [why?](https://developer.chrome.com/docs/extensions/develop/migrate/improve-security) * Any novel functionality that is unrelated to security ## Installation