summaryrefslogtreecommitdiff
path: root/static/camera-privacy-policy.html
AgeCommit message (Collapse)Author
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 ```
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-16Add Mastodon link to footertedgravlin
2022-11-27move GrapheneOS account to grapheneos.socialDaniel Micay
2022-11-07add metadata for temporary Mastodon accountDaniel Micay
2022-10-10add forum link to footerDaniel Micay
2022-05-03fix wordingDaniel Micay
2022-05-03expand Camera privacy policyDaniel Micay
2022-02-25add camera app privacy policy for Play StoreDaniel Micay