287 Commits

Author SHA1 Message Date
cookiell546
6865c87b74 Opt-into edge-to-edge by default
Chromium already supports dynamic edge-to-edge viewports. This change
opts-in by default, making the gesture navigation bar (chin) invisible
without needing scroll interaction.

No other changes were necessary, as no content relied on specific
viewport insets.

Command used:

```
sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html
```
2025-06-08 09:18:32 -04:00
Daniel Micay
298c357bc9 handle Let's Encrypt removing OCSP support
We can no longer use OCSP stapling and Must-Staple. These will soon be
obsolete once the `shortlived` profile is available for public use since
it will provide certificates with a similar lifetime as OCSP responses.

In the meantime, we've moved to the `tlsserver` profile stripping legacy
features to prepare for the `shortlived` profile which will be identical
to `tlsserver` but with a validity period of 6 days.
2025-05-04 23:46:56 -04:00
Daniel Micay
3c028f9399 expand feature page info on network location 2025-03-27 19:29:44 -04:00
matchboxbananasynergy
f6b3bb32e8 add network location docs and update related gmscompat info 2025-03-27 18:41:22 -04:00
Daniel Micay
1cb667f208 list standalone passkey support as a Vanadium feature 2025-03-21 02:37:03 -04:00
Daniel Micay
8349f34c36 add info on disabling USB charging 2025-02-28 10:15:23 -05:00
Daniel Micay
2d3fbb246b add missing period 2025-02-28 09:56:35 -05:00
Daniel Micay
3bd71421d1 document early boot free memory zeroing 2025-02-14 12:30:21 -05:00
cookiell546
d4fd398ae0 fixup! fix TOC entry 2025-02-13 13:55:05 -05:00
Daniel Micay
58c42b411f fix TOC entry 2025-02-13 06:40:26 -05:00
Daniel Micay
9967fc9bdb add basic initial documentation on 2-factor unlock 2025-02-10 04:00:52 -05:00
Daniel Micay
d2d79caf39 reorder PIN scrambling section 2025-02-10 04:00:52 -05:00
Daniel Micay
ad90326953 document kernel hardware memory tagging 2025-02-10 04:00:51 -05:00
Daniel Micay
eb07d0cc76 rewrite docs on reduced user agent + client hints 2024-12-20 23:39:29 -05:00
Daniel Micay
06f84856e1 add basic section on our Setup Wizard app 2024-12-20 15:40:10 -05:00
Daniel Micay
5bccb7d322 expand dynamic code loading blocking documentation 2024-12-20 15:29:29 -05:00
Daniel Micay
f082e6f1c6 document permission prompt delay feature 2024-12-20 14:34:47 -05:00
Daniel Micay
a0c62a7aea add missing punctuation 2024-12-20 14:30:13 -05:00
Daniel Micay
06dabbec71 fix wording for Vanadium per-process dynamic code exec blocking 2024-12-20 14:26:45 -05:00
Daniel Micay
8077452079 partially document log viewer and crash reporting features 2024-12-20 14:15:58 -05:00
Daniel Micay
44a35f8b99 add section on clearing sensitive data from memory 2024-12-20 13:26:32 -05:00
Daniel Micay
346a47be6b update/improve reduced user agent / client hint info 2024-12-20 11:52:10 -05:00
jermanuts
1a537d0c40 fix broken same-page link for VPN leak blocking
https://github.com/GrapheneOS/grapheneos.org/pull/1034 missed it
2024-12-16 14:02:22 -05:00
Daniel Micay
78c42da735 drop obsolete info from features page
This info should no longer be included since there are no devices on the
current branch without the new USB-C port control feature available.
2024-11-13 08:55:47 -05:00
royce-c
ffc91120bd Fix typo in features.html 2024-11-07 18:28:09 -05:00
Daniel Micay
8eff7dde88 update missed paragraph referencing Android version 2024-10-29 11:12:24 -04:00
Daniel Micay
1e06a018d0 document DNS leak prevention improvements 2024-10-24 13:24:19 -04:00
Daniel Micay
27926956da avoid newlines in attributes 2024-10-13 22:16:12 -04:00
Daniel Micay
c0f6100921 fix case for V8 2024-10-12 09:27:10 -04:00
matchboxbananasynergy
18665f795a Fix section link for VPN leak blocking 2024-10-08 05:50:50 -04:00
Daniel Micay
10dda9d8f0 add section on improved VPN leak blocking 2024-10-07 16:31:26 -04:00
Daniel Micay
ecc60f6a8c document Vanadium blocking dynamic native code exec 2024-08-29 20:26:59 -04:00
matchboxbananasynergy
5596865e8c Add missing space in features page 2024-08-22 16:00:55 -04:00
matchboxbananasynergy
7b6b2b5bbd Update documentation to account for Safety Center UI 2024-08-22 14:40:39 -04:00
Daniel Micay
92c71bfcbe drop Shadow Call Stack for Vanadium 2024-08-14 22:30:03 -04:00
Daniel Micay
12b8a9fc09 reorganize Vanadium compiler hardening features 2024-08-14 18:11:53 -04:00
Daniel Micay
661493861a document Vanadium SCS 2024-08-14 18:10:14 -04:00
Daniel Micay
a5628f2c7a remove trailing whitespace 2024-06-28 10:51:53 -04:00
Dave Eckhardt
93aa5defa2 tweak wording of USB-C port control 2024-06-28 00:38:28 -04:00
Dave Eckhardt
858ac44a0c Fix typo in static/features.html 2024-06-22 01:41:02 -04:00
Daniel Micay
f25155f056 overhaul explanation of USB-C port control 2024-06-21 16:05:46 -04:00
Daniel Micay
adc450a182 update info on attack surface reduction 2024-06-19 13:23:54 -04:00
matchboxbananasynergy
10e7216270 New USB-C Port Control default 2024-06-13 18:21:56 -04:00
matchboxbananasynergy
2fe2d3765a Fix typo in features.html 2024-06-12 07:50:56 -04:00
Daniel Micay
8c2aae1ddf whitespace fixes 2024-06-02 16:22:44 -04:00
matchboxbananasynergy
da0717613c Document enabling always-on VPN and block conncetions without VPN toggles by default 2024-06-02 09:57:51 -04:00
sandbank52641
faca0b53c8 document USB-C port control feature
We want to link to this section. The nesting is a little too deep, but
it's the simplest solution for the given state. Ideally, the structure
will be generally flatter and reorganized.

Co-authored-by: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com>
2024-06-02 09:40:38 -04:00
matchboxbananasynergy
ad539ed667 Fix capitalization and conforming style 2024-06-02 09:30:28 -04:00
matchboxbananasynergy
2045858666 Initial features page documentation on duress password 2024-06-02 08:14:22 -04:00
matchboxbananasynergy
058b12672b Update password length to 128 in documentation 2024-06-01 04:32:21 -04:00