From 44910799515ea1e48bed57284dce9d2bda10e020 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 15 Dec 2021 14:13:13 -0500 Subject: [PATCH] remove upstream section from the main page --- static/index.html | 13 ++++--------- static/js/redirect.js | 1 + 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/static/index.html b/static/index.html index 92e0865d..71fb3ff3 100644 --- a/static/index.html +++ b/static/index.html @@ -97,7 +97,10 @@

The features page provides an overview of the substantial privacy and security improvements added by GrapheneOS to the - Android Open Source Project.

+ Android Open Source Project (AOSP). Many of our past features were contributed to AOSP, Linux and other projects to improve + privacy and security for billions of users so they're no longer listed on + our features page.

Official releases are available on the releases page and installation instructions are on the install @@ -125,14 +128,6 @@ and Google apps.

-
-

Upstream contributions

- -

See the FAQ section on our upstream work - improving privacy and security for billions of users by getting a subset of - our changes into core infrastructure projects.

-
-

Device support

diff --git a/static/js/redirect.js b/static/js/redirect.js index ac5f3bd2..d756ca59 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -13,6 +13,7 @@ const redirects = new Map([ ["/#copyright-and-licensing", "/faq#copyright-and-licensing"], ["/#history", "/history"], ["/#roadmap", "/faq#roadmap"], + ["/#upstream", "/faq#upstream"], ["/usage#default-connections", "/faq#default-connections"], ["/faq#dns", "/faq#custom-dns"],