From 21355702c0e7479c322108a3efd9c23bee136aff Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 15 Dec 2021 14:08:47 -0500 Subject: [PATCH] remove history section from main page --- static/index.html | 11 ++--------- static/js/redirect.js | 3 +++ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/static/index.html b/static/index.html index da0f26da..92e0865d 100644 --- a/static/index.html +++ b/static/index.html @@ -79,7 +79,8 @@ compatibility developed as a non-profit open source project. It's focused on the research and development of privacy and security technology including substantial improvements to sandboxing, exploit - mitigations and the permission model.

+ mitigations and the permission model. It was founded in 2014 and was + formerly known as CopperheadOS.

GrapheneOS improves the privacy and security of the OS from the bottom up. It deploys technologies to mitigate whole classes of vulnerabilities and make @@ -124,14 +125,6 @@ and Google apps.

-
-

History

- -

GrapheneOS was founded as an open source project in late 2014. It was formerly - known as CopperheadOS. For more details, see the history - page.

-
-

Upstream contributions

diff --git a/static/js/redirect.js b/static/js/redirect.js index de481d9b..ac5f3bd2 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -9,8 +9,11 @@ // https://www.w3.org/Protocols/HTTP/Fragment/draft-bos-http-redirect-00.txt const redirects = new Map([ + // removed main page sections ["/#copyright-and-licensing", "/faq#copyright-and-licensing"], + ["/#history", "/history"], ["/#roadmap", "/faq#roadmap"], + ["/usage#default-connections", "/faq#default-connections"], ["/faq#dns", "/faq#custom-dns"], ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"],