summaryrefslogtreecommitdiff
path: root/static/features.html
AgeCommit message (Collapse)Author
2025-06-28static: replace features with packageOphestra
2025-06-08Opt-into edge-to-edge by defaultcookiell546
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-05-04handle Let's Encrypt removing OCSP supportDaniel Micay
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-03-27expand feature page info on network locationDaniel Micay
2025-03-27add network location docs and update related gmscompat infomatchboxbananasynergy
2025-03-21list standalone passkey support as a Vanadium featureDaniel Micay
2025-02-28add info on disabling USB chargingDaniel Micay
2025-02-28add missing periodDaniel Micay
2025-02-14document early boot free memory zeroingDaniel Micay
2025-02-13fixup! fix TOC entrycookiell546
2025-02-13fix TOC entryDaniel Micay
2025-02-10add basic initial documentation on 2-factor unlockDaniel Micay
2025-02-10reorder PIN scrambling sectionDaniel Micay
2025-02-10document kernel hardware memory taggingDaniel Micay
2024-12-20rewrite docs on reduced user agent + client hintsDaniel Micay
2024-12-20add basic section on our Setup Wizard appDaniel Micay
2024-12-20expand dynamic code loading blocking documentationDaniel Micay
2024-12-20document permission prompt delay featureDaniel Micay
2024-12-20add missing punctuationDaniel Micay
2024-12-20fix wording for Vanadium per-process dynamic code exec blockingDaniel Micay
2024-12-20partially document log viewer and crash reporting featuresDaniel Micay
2024-12-20add section on clearing sensitive data from memoryDaniel Micay
2024-12-20update/improve reduced user agent / client hint infoDaniel Micay
2024-12-16fix broken same-page link for VPN leak blockingjermanuts
https://github.com/GrapheneOS/grapheneos.org/pull/1034 missed it
2024-11-13drop obsolete info from features pageDaniel Micay
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-07Fix typo in features.htmlroyce-c
2024-10-29update missed paragraph referencing Android versionDaniel Micay
2024-10-24document DNS leak prevention improvementsDaniel Micay
2024-10-13avoid newlines in attributesDaniel Micay
2024-10-12fix case for V8Daniel Micay
2024-10-08Fix section link for VPN leak blockingmatchboxbananasynergy
2024-10-07add section on improved VPN leak blockingDaniel Micay
2024-08-29document Vanadium blocking dynamic native code execDaniel Micay
2024-08-22Add missing space in features pagematchboxbananasynergy
2024-08-22Update documentation to account for Safety Center UImatchboxbananasynergy
2024-08-14drop Shadow Call Stack for VanadiumDaniel Micay
2024-08-14reorganize Vanadium compiler hardening featuresDaniel Micay
2024-08-14document Vanadium SCSDaniel Micay
2024-06-28remove trailing whitespaceDaniel Micay
2024-06-28tweak wording of USB-C port controlDave Eckhardt
2024-06-22Fix typo in static/features.htmlDave Eckhardt
2024-06-21overhaul explanation of USB-C port controlDaniel Micay
2024-06-19update info on attack surface reductionDaniel Micay
2024-06-13New USB-C Port Control defaultmatchboxbananasynergy
2024-06-12Fix typo in features.htmlmatchboxbananasynergy
2024-06-02whitespace fixesDaniel Micay
2024-06-02Document enabling always-on VPN and block conncetions without VPN toggles by ↵matchboxbananasynergy
default
2024-06-02document USB-C port control featuresandbank52641
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-02Fix capitalization and conforming stylematchboxbananasynergy
2024-06-02Initial features page documentation on duress passwordmatchboxbananasynergy